PG Transaction Status V2

Post  https://api.businessonlinesolution.in/api/AOP/V4/StandardPaymentLinkStatus


We will pass this Receipt no in the request parameter of “Transaction Status API” and you will get the status of your transaction in response.

Body Parameters
{
  "txnID": "BOS5XXXXX6617",
  "RegistrationID": "AOP-554"
}
Responses

200

200

403

403


Did this page help you?     Yes    No

Language
shell Shell
python Python
node Node
c# C#
php PHP

cURL

curl --location 'https://api.businessonlinesolution.in/api/AOP/V4/StandardPaymentLinkStatus' \
--header 'Content-Type: application/json' \
--data  '{
  "txnID": "BOS5XXXXX6617",
  "RegistrationID": "AOP-554"
}'
                                

RESPONSE

200

403

-Result

Example

{    
     "txnRefranceID": "BOS5XXXXX6617",
     "TransferAmount": "5.00",
     "ServiceChargeAmount": "0.06",
     "GSTAmount": "0.01",
     "ServiceChargeWithoutGSTAmount": "0.05",
     "ActualTransferAmount": "4.94",
     "TransactionDate": "24/10/2024 00:00:00",
     "RegistrationID": "AOP-554",
     "Status": "True",
     "message": "Transaction has been Done Successfully againts of TxnRefanceID :BOS5XXXXX6617",
     "Value": ""
     "ResponseMessage": "Transaction successfully",
} 
{
    "Status": "403",
    "code": null,
    "Message": "Pay Customer Name is Required",
    "PGOrderID": null,
    "PreparePOSTForm": null
}