Stan Pay Endpoints
Get a payment
Get a payment with an UUID.
GET
/
v1
/
payments
/
{payment_id}
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
UID of the payment
Response
200 - application/json
Amount in cents
Status of the payment
Available options:
payment_prepared
, payment_holding
, payment_pending
, payment_failure
, payment_success
, payment_cancelled
, payment_partial_refunded
, payment_refunded
, payment_expired
UUID of the merchant who created the payment
UUID of the customer
Weither the payment is refundable or not
Refunded amount for this payment in cents