Get Payment
Retrieve full payment details by id, includingtype (payment or deposit), quotes, and optional receipt.
Path Parameters
Unique identifier of the payment to retrieve.
Response Fields
Unique payment identifier.
ID of the merchant who created the payment.
Short name of the merchant for display purposes.
payment (fixed amount) or deposit (variable on-chain amount).Payment amount in cents.
Amount due in cents.
Merchant net amount in cents after fees.
Payment currency.
Current payment status. Possible values: -
pending: Payment created, waiting
for customer payment - processing: Payment received, waiting for
confirmations - completed: Payment confirmed and complete - failed:
Payment failed - expired: Payment expired - cancelled: Payment cancelledCryptocurrency deposit address for the payment.
Available cryptocurrency quotes for the payment.
Transaction receipt information (only present for completed payments).
Merchant’s order identifier.
URL to redirect the customer after payment completion.
Timestamp when the payment was created.