On This Page
Example: Verify Status for Online Bank Transfers
When the status of your payment request is
PENDING
, you can verify
the status by sending a GET request to the URL that is included in the
transactionStatus.url
field in the response:{ "transactionStatus" : { "url" : "https://apitest.cybersource.com/tss/v2/transactions/7531930071626827004805", "method" : "GET" }, "details" : { "orderInformation" : { "amountDetails" : { "authorizedAmount" : "5100", "currency" : "EUR", "totalAmount" : "5100" } }, "paymentInformation" : { "card" : { "type" : "IDLPP" } }, "processingInformation" : { "paymentSolution" : "BankTransfer Payment Ideal" }, "processorInformation" : { "responseCode" : "201", "transactionId" : "150196253135" }, "reconciliationId" : "7531930071626827004805" }, "id" : "7531930071626827004805", "message" : "Successful", "outcome" : "PENDING", "status" : "PENDING" }