Fetch Payment Invoice
Fetches a payment invoice for the authenticated user
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The ID of the payment invoice to fetch
Response
The ID of the payment invoice
The ID of the user / merchant who created the payment invoice
The CashTag of the payment recipient
The required note associated with the payment
The amount invoiced
Whether the payment is white-labeled
The ID of the web receipt for the payment
The amount paid
The CashPay service fee
PENDING
, UNDER_PAID
, PAID
, FAILED
, EXPIRED
The URL where the user can make the payment
The URL to call back on payment status changes
The URL where the user will be redirected after the payment
The date and time when the payment expires
The date and time when the payment was created
The date and time when the payment was last updated