Get Transaction By ID

This endpoint retrieves the details of a specific transaction using the transaction code.

POST /http://sandbox.yogupay.com/auth/view-transaction

The request should include the transaction code in the raw request body.

Headers

Name
Value

Content-Type

application/json

Header

<token>

Body

Name
Type
Description

trx_code

string

The Transaction Code of the transaction to be viewed.

Response

curl --location 'http://sandbox.yogupay.com/auth/view-transaction' \
--header 'token: [Generated after login]' \
--data '{
  "trx_code": "ECQ14Y4PQS"
}'

Last updated