Get transactions
use this API to get last 10 transactions. Each transaction will have a status field to show 'created' or 'expired' or 'success'
Get last 10 transactions for POS
GET
https://api.paysea.net/txnforpos/<device ID>
Headers
Name
Type
Description
Authorization*
Bearer <api key>
Excute this example curl to see the response.
Payment Status
"payment_status": "created" - When the invoice is active but the payment is not received.
"payment_status": "expired" - When the payment invoice is expired and payment is not received.
"payment_status": "success" - When the payment is successfully received
Paylink - Payment link. use this field to link the created invoice with the list of transactions.
Sample Response:
Last updated