Check Status
Check the payment status of the transactions
Check Status
GET
https://api.stage.localpayment.com/api/transactions/:externalId/status
This endpoint allows to get the payin or payout status
Path Parameters
Name
Type
Description
externalId*
string
Mandatory. The same externalId
you specified when the order was posted. This Id should be unique and meaningful to you.
Headers
Name
Type
Description
Authorization*
string
Mandatory. Bearer JWT token in format Bearer eyJ0...
. For more information about authentication, please refer to Authentication
The Body structure of the Callback is the same as the Body structure of the Check Status
Examples: Check Status
Payint Status Codes
PayinPayout Status Codes
PayoutLast updated