Transactions status

Transaction Reports

There are currently 2 ways to get a report with the details of an existing payment:

Transaction Search Using paymentId

curl -G https://test.oppwa.com/v1/query/{id} \
 -d "entityId=8a8294174e918ca6014e9c6f5ae12a9c" \
 -H "Authorization: Bearer OGE4Mjk0MTcyODFiOGVlMzAxMjgyOTkwNjZmNTBjZGJ8ZGVtbw=="

Transaction Search Using merchantTransactionId

curl -G https://test.oppwa.com/v1/query \
 -d "entityId=8a8294174e918ca6014e9c6f5ae12a9c" \
 -d "merchantTransactionId=ABCDEF12345" \
 -H "Authorization: Bearer OGE4Mjk0MTcyODFiOGVlMzAxMjgyOTkwNjZmNTBjZGJ8ZGVtbw=="

Last updated