All Transactions


v3 GET api.console.bayar.cash/v3/transactions?{query_parameter}


At any given time, you can request a transaction to check on the current status. It will return the transaction object. Available query parameters are as below:

Name
Description

order_number

status

Please refer this page for status code

payment_channel

Please refer this page for payment channel code

exchange_reference_number

payer_email


Example of sending GET request with cURL.

curl -X GET https://api.console.bayar.cash/v3/transactions?order_number=24354620275 \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer <Personal_Access_Token>'

Example of JSON structured response.

Last updated