Skip to main content
POST
/
gateway
/
transaction
/
checkstatus
Check Transaction Status
curl --request POST \
  --url https://api.stag.songhaiexchange.io/gateway/transaction/checkstatus \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reference_codes": [
    "<string>"
  ]
}
'
[
  {
    "pay_out_party_trans_status": "<string>",
    "reference_code": "<string>",
    "status": "<string>",
    "pay_out_party_trans_id": "<string>",
    "msg_note": "<string>",
    "msg_code": "<string>",
    "newAccountCreated": true,
    "autoAccountCreationEnabled": true,
    "accountPaymentRedirectedEnabled": true,
    "accountPaymentRedirected": true,
    "originalPaymentInstructionAccountNumber": "<string>",
    "redirectedAccountNumber": "<string>",
    "accountBankCode": "<string>",
    "inflowRequestDate": "<string>",
    "executionDate": "<string>",
    "lastUpdate": "<string>",
    "inflowRequestResendCount": 123,
    "resendCount": 123
  }
]

Headers

Authorization
string
required

Bearer token

Body

application/json
reference_codes
string[]

Response

200 - application/json

Transaction Status

pay_out_party_trans_status
string
reference_code
string
status
string
pay_out_party_trans_id
string
msg_note
string
msg_code
string
newAccountCreated
boolean
autoAccountCreationEnabled
boolean
accountPaymentRedirectedEnabled
boolean
accountPaymentRedirected
boolean
originalPaymentInstructionAccountNumber
string
redirectedAccountNumber
string | null
accountBankCode
string
inflowRequestDate
string | null
executionDate
string | null
lastUpdate
string | null
inflowRequestResendCount
integer
resendCount
integer