Skip to main content

Cardtransactionreversal

A full or partial reversal of a card transaction.

amountnumberrequired

The amount of money to be credited in the client's account from the original card transaction.

currencyCodestring

The ISO currency code in which the card reversal transaction is posted. The amounts are stored in the base currency, but the transaction can be created with a foreign currency.

encodedKeystring

The encoded key of the entity, generated, globally unique

externalReferenceIdstringrequired

The external reference ID to be used to reference the card reversal transaction in subsequent requests.

idinteger<int64>

The id of the Deposit Transaction

transactionChannelIdstring

The ID of the channel through which the payment is done. If the value is not present, the value from the source card transaction is copied.

Cardtransactionreversal
{
"amount": 0,
"currencyCode": "string",
"encodedKey": "string",
"externalReferenceId": "string",
"id": 0,
"transactionChannelId": "string"
}