Check invoice
POST
https://api.passimpay.io/v2/orderstatus
This endpoint allows you to retrieve the status of a payment link.
Headers
Name
Type
Description
x-signature
string
SHA-256 encrypted signature
Content-Type
string
application/json
Request Body
Name
Type
Description
platformId
string
Platform Id
orderId
string
Order ID of your platform. Type string, maximum length 64, allowed characters 'A-Za-z0-9+/=-:.,'
Successful response
Name
Type
Description
result
integer
Request result:
1
: success
0
: error
status
string
Invoice status: paid - Invoice paid wait - Invoice pending payment error - Invoice canceled or expired
amountPaid
string
The amount of the invoice paid
currency
string
The currency for the amountPaid field
Error Response
Name
Type
Description
result
integer
Request result:
1
: success
0
: error
message
string
Error description
Last updated