Payments verify through API (Demo with Postman)
POST verify payment
https://yallapay.net/api/transaction/verify
Headers
| Accept | application/json |
| Content-Type | application/json |
BODY formdata
| private_key | Merchant Private Key (From merchant Dashboard) |
| trx_id | Transaction ID, e.g "123456789" |
In body add private_key,trx_id as key and their values from the credentials of merchant profile & transactions page.

How to find transaction ID:

Success Response:

Failed:
