Skip to main content

Transaction

POST 

/transactions

This custodial integrator webhook endpoint is called when a clearing or refund request is made.

For more information on setting up webhooks see the webhooks guide

Request

Body

required

    cardId stringrequired

    The card ID

    transactionId stringrequired
    authorizationId stringnullable
    transactionType stringrequired

    Possible values: [1200, 1400]

    The transaction type:

    1200 - clearing

    1400 - refund

    accountId stringrequired
    merchantId stringrequired

    Card acceptor ID

    merchantName stringrequired

    Card acceptor name

    merchantCity stringrequired

    Card acceptor city

    merchantCountry stringrequired

    Card acceptor country

    merchantCurrency stringrequired

    Card acceptor currency

    merchantAmount numberrequired

    Card acceptor amount in minor units of the merchant currency

    billingCurrency stringrequired

    Billing currency

    billingAmount numberrequired

    Billing amount in minor units of the billing currency

    settlementCurrency stringrequired
    settlementAmount numberrequired

    Settlement amount in minor units of the settlement currency

    mcc stringrequired

    Merchant category code

    exchangeRate stringrequired

    Exchange rate between merchant and settlement currencies

    channel stringrequired

    Channel

    approvedAt date-timerequired

    Transaction approval date

    creationAt date-time

    Transaction creation date

Responses

Transaction request accepted

Loading...