Stan Pay Endpoints
Get all payments
GET
/
v1
/
payments
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
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