POST
/
transaction
/
confirm
Confirm Transaction
curl --request POST \
  --url http://127.0.0.1:3000/transaction/confirm \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "transaction_id": "SONECTljeeQWo99a7TxB",
  "transaction_id_partner": "abcd1234"
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201 - application/json

Successful response

The response is of type any.