Get charge

Log in to see full request history

Get charge by invoice id or handle

Errors

The operation can generate the following errors beside the generic HTTP error codes described here.

Error code HTTP codeDescription
31404Invoice not found
Path Params
string
required

Charge handle

Responses

Response body
object
string
required
length ≥ 1

Per account unique reference to charge/invoice. E.g. order id from own system. Multiple payments can be attempted for the same handle but only one succeeded charge can exist per handle. Max length 255 with allowable characters [a-zA-Z0-9_.-@].

string
required
length ≥ 1

The charge state one of the following: created, authorized, settled, failed, cancelled, pending. A pending state after create charge indicates an async processing has been started for an asynchronous payment method. E.g. MobilePay Subscriptions. See also processing. The result of the charge will be delivered in webhook as either invoice_authorized, invoice_settled or invoice_failed.

created authorized settled failed cancelled pending

string
required
length ≥ 1

Customer handle

int32
required
≥ 0

The invoice amount including VAT. If partial settles are performed amount represents the total settled amount.

string
required

Currency for the account in ISO 4217 three letter alpha code

date-time

When the charge was authorized, if the charge went through an authorize and settle flow, in ISO-8601 extended offset date-time format.

date-time

When the charge was settled, in ISO-8601 extended offset date-time format.

date-time

When the charge was cancelled, in ISO-8601 extended offset date-time format.

date-time
required

When the invoice was created, in ISO-8601 extended offset date-time format.

string

Transaction id assigned by Frisbii. Assigned when transaction is performed.

string

Frisbii error code if failed. See transaction errors.

boolean

For asynchronous payment methods this flag indicates that the charge is awaiting result. The charge/invoice state will be pending.

source
object
required

Object describing the source for the charge. E.g. credit card.

string
required

Type of charge source: card - existing customer card, card_token - card token, mpo - MobilePay Online, vipps, vipps_epayment, vipps_recurring, swish, viabill, anyday, manual, applepay, googlepay, paypal, klarna_pay_now, klarna_pay_later, klarna_slice_it, klarna_direct_bank_transfer, klarna_direct_debit, resurs, mobilepay_subscriptions, emv_token, bancomatpay, bcmc, blik, pp_blik_oc, giropay, ideal, p24, sepa, trustly, eps, estonia_banks, latvia_banks, lithuania_banks, mb_way, multibanco, mybank, payconiq, paysafecard, paysera, postfinance, satispay, twint, wechatpay, santander, or verkkopankki, offline_cash, offline_bank_transfer, offline_other

card_token card mpo vipps vipps_epayment vipps_recurring swish viabill anyday manual applepay googlepay paypal klarna_pay_now klarna_pay_later klarna_slice_it klarna_direct_bank_transfer klarna_direct_debit resurs ideal p24 bancomatpay blik giropay sepa verkkopankki mobilepay_subscriptions emv_token bcmc pp_blik_oc trustly eps estonia_banks latvia_banks lithuania_banks mb_way multibanco mybank payconiq paysafecard paysera postfinance satispay twint wechatpay santander offline_cash offline_bank_transfer offline_other

string

Reference to customer card if source type card

string

Reference to MobilePay Subscriptions payment method if source type mobilepay_subscriptions

string

IBAN number if source type sepa

string

Uniquely identifies this particular card number if credit card source

string

Card acquirer or card payment gateway used if card source: reepay, aibms, bambora, barclays, clearhaus, cmcic, credibanco, cs, elavon, evry, first_data, handelsbanken, hsbc, nets, shift4, spreedly, swedbank, thailand_kbank, valitor, worldline, worldpay, test

reepay aibms bambora barclays clearhaus cmcic credibanco cs elavon evry first_data handelsbanken hsbc nets shift4 spreedly swedbank thailand_kbank valitor worldline worldpay test

boolean

If the card transaction was exempted from a 3DS challenge

string

Reference to Vipps Recurring Subscriptions payment method if source type vipps_recurring

string

Reference to SEPA Mandate payment method if source type sepa

string

Reference to Twint Mandate payment method if source type twint

string

Reference to PayPal Mandate payment method if source type paypal

string

Agreement handle if source type offline_cash, offline_bank_transfer, offline_other

string

Offline payment instructions if source type offline_cash, offline_bank_transfer, offline_other

string

Reference to authorization transaction if charge is settled after authorization

string

Card type if credit card source: unknown, visa, mc, dankort, visa_dk, ffk, visa_elec, maestro, laser, amex, diners, discover, jcb or china_union_pay

unknown visa mc dankort visa_dk ffk visa_elec maestro laser amex diners discover jcb china_union_pay

string

Transaction card type if credit card source. Will differ from card_type if co-branded card. Transaction card type is the card type used for the transaction. unknown, visa, mc, dankort, visa_dk, ffk, visa_elec, maestro, laser, amex, diners, discover, jcb or china_union_pay

unknown visa mc dankort visa_dk ffk visa_elec maestro laser amex diners discover jcb china_union_pay

string

Card expire date on form MM-YY if credit card source

string

Masked card number if credit card source

string

Card issuing country if credit card source, in ISO 3166-1 alpha-2

string

Status for strong customer authentication: threed_secure - 3D Secure authenticated, threed_secure_not_enrolled - 3D Secure authentication not performed as card not enrolled, secured_by_nets - Secure by Nets authenticated

threed_secure threed_secure_not_enrolled secured_by_nets

string

If 3D Secure authenticated the 3D status will either be Y (fully authenticated) or A (attempted authenticated). An attempted authentication means that card issuer (e.g. bank) does not support 3D Secure so no full authentication has been performed. Attempted authentication normally means liability shift, but this can differ between acquirers.

string

If this parameter is set the charge has either been flagged or declined by a Frisbii Risk Filter rule. For flag action rules the charge can be successful, but may require special attention. For block action rules the decline error will be risk_filter_block.

string

Card acquirer error code in case of card error

string

Acquirer message in case of error

string

Card acquirer reference to transaction in case of card source. E.g. Nets order id or Clearhaus reference.

string

Resulting text on bank statement if known

int32

Potential card surcharge fee added to amount if surcharging enabled

order_lines
array of objects
required

Order lines for charge

order_lines*
object
string
required
length ≥ 1

Per account unique order line id

string
required
length ≥ 1

Order line text

int32
required

Order line total amount including vat

float
required

Order line vat percent

int32
required
≥ 1

Order line quantity

string
required

Order line origin, one of the following: plan, add_on, ondemand, additional_cost, credit, discount, setup_fee, surcharge_fee, metered_billing_product

plan add_on ondemand additional_cost credit discount setup_fee surcharge_fee metered_billing_product

date-time
required

Timestamp from order line origin, in ISO-8601 extended offset date-time format.

int32

Order line amount after potential discount has been deducted

int32
required

Order line total vat amount

int32
required

Order line total amount without vat

int32
required

Order line unit amount including vat

int32
required

Order line unit vat amount

int32
required

Order line unit amount without vat

boolean
required

Whether the amount was defined including VAT. E.g. plan amount defined including VAT.

string

Tax rule applied for order line indicates who is liable to account for the VAT.

reverse_charge intra_community_digital_service

string

Handle for additional cost, credit, plan or subscription discount in the case one of those are the origin

date-time

The start of billing period if the order line is a plan order line for a specific billing period, in ISO-8601 extended offset date-time format.

date-time

The end of billing period if the order line is a plan order line for a specific billing period, in ISO-8601 extended offset date-time format.

int32

The discount percentage for discount order lines that has a percentage discount

string

For discount order lines a reference to the order line for which the order line is a discount

int32
required

Refunded amount

int32

Authorized amount if authorization was performed. The maximum amount that can be settled.

string

Frisbii error state if failed: soft_declined, hard_declined or processing_error. Soft and hard declines indicate a card decline. A soft decline is possibly recoverable and a subsequent request with the same card may succeed. E.g. insufficient funds. A processing error indicates an error processing the card either at Frisbii, the acquirer, or between Frisbii and the acquirer.

soft_declined hard_declined processing_error

string

Optional reference to recurring payment method created in conjunction with charging

billing_address
object

Optional billing address

string

Company name

string

Company vat number

string

Attention

string

Address line 1

string

Address line 2

string

City

string

Country in ISO 3166-1 alpha-2

string

Email

string

Phone number

string

First name

string

Last name

string

Postal code

string

State or province. Should be in country subdivision code defined in ISO 3166-2.

shipping_address
object

Optional shipping address

string

Company name

string

Company vat number

string

Attention

string

Address line 1

string

Address line 2

string

City

string

Country in ISO 3166-1 alpha-2

string

Email

string

Phone number

string

First name

string

Last name

string

Postal code

string

State or province. Should be in country subdivision code defined in ISO 3166-2.

string

Payment context describing if the transaction is customer or merchant initiated, one of the following values: cit, mit, cit_cof

Language
Credentials
: