Skip to main content

Clear a transaction

This endpoint can be used to test clearing a transaction on a simulated card network

Request Body required
  • oneOf

  • transactionType string required

    Possible values: [purchase]

    Transaction type

  • transactionAmount string required

    Transaction amount as an integer in the smallest denomination of USD.

  • cardPan string required

    Possible values: Value must match regular expression ^[0-9]{16}$

    Card number

  • cardExpiry string required

    Possible values: Value must match regular expression ^[0-9]{6}$

    Card expiry in YYYYMM format

  • cardCvv string required

    Possible values: Value must match regular expression ^[0-9]{3}$

    Card CVV

  • fxAmount object

    fxAmount can be specified to process the transaction in a currency other than USD

  • amount string required

    Transaction amount as an integer in the smallest denomination for the given currency. Convert the transactionAmount from USD to the desired currency.

  • currencyCode string required

    ISO 4217 currency code

Responses


Schema
  • requestMsg string

    XML formatted ISO 8583 message sent to the simulated card scheme

  • responseMsg string

    XML formatted ISO 8583 message returned from the simulated card scheme

  • transactionId number

    ID of the transaction

Loading...