Skip to main content
GET
/
api
/
transactions
/
transfer
/
receipt
Get Payment Confirmation PDF
curl --request GET \
  --url http://127.0.0.1:8083/api/transactions/transfer/receipt \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>'
[
  "aSDinaTvuI8gbWludGxpZnk="
]

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Query Parameters

transaction_id
string
required

Transaction Id

Response

Operation Successful