Skip to content
On this page

TA Payment Responses

The payment response event will include a javascript object containing the payment details and status.
See below for examples of the different payment response events.

Credit Aggrement

Successful Payment

json
{
  transactionRef: "A000001",
  paymentSuccessful: true,
  paymentStatus: "Authorised",
  paymentDetails: {
    transactionId: "5765798145266056604002",
    amount: {
      currency: "USD",
      total: "1.00"
    },
    paymentMethod: "credit_agreement"
  }
}

Other TA Finance

Successful Payment

json
{
  transactionRef: "A000001",
  paymentSuccessful: true,
  paymentStatus: "Authorised",
  refValue: "example referance entered by agency"
  paymentDetails: {
    transactionId: "5765798145266056604002",
    amount: {
      currency: "USD",
      total: "1.00"
    },
    paymentMethod: "other_ta_finance"
  }
}

Mainted By TTC Tech Payments Team