DebitedFunds
amount for Klarna is 1
(regardless of currency).UnitAmount
and TaxAmount
of all LineItems
.AddressLine1
must be formatted:UnitAmount
and TaxAmount
must equal the DebitedFunds
amount.Culture
must match the Country
to show the checkout page in the desired language. If not, or if Culture
is not sent, EN is the language by default.200 - Response parameters
UnitAmount
and TaxAmount
of all LineItems
.CreditedFunds
= DebitedFunds
- Fees
).CREATED
, SUCCEEDED
, FAILED
The status of the transaction.SUCCEEDED
, indicating that the transaction occurred. The statuses CREATED
and FAILED
return an ExecutionDate
of null
.PAYIN
, TRANSFER
, CONVERSION
, PAYOUT
The type of the transaction.REGULAR
, REPUDIATION
, REFUND
, SETTLEMENT
The nature of the transaction, providing more information about the context in which the transaction occurred:REGULAR
– Relative to most of the transactions (pay-ins, payouts, and transfers) in a usual workflow.REPUDIATION
– Automatic withdrawal of funds from the platform’s repudiation wallet as part of the dispute process (when the user has requested a chargeback).REFUND
– Reimbursement of a transaction to the user (pay-in refund), to a wallet (transfer refund), or of a payout (payout refund, only initiated by Mangopay).SETTLEMENT
– Transfer made to the repudiation wallet by the platform to settle a lost dispute.KLARNA
The type of pay-in.WEB
, DIRECT
, EXTERNAL_INSTRUCTION
The type of execution for the pay-in.AddressLine1
must be formatted:UnitAmount
and TaxAmount
must equal the DebitedFunds
amount.Culture
must match the Country
to show the checkout page in the desired language. If not, or if Culture
is not sent, EN is the language by default.400 - Billing address country doesn't match Country
400 - AdditionalData JSON format error