Path Parameters
The unique identifier of the payment, prefixed with "pmt_"
Response
The request has succeeded.
Represents a payment transaction within the system. Records the movement of funds between accounts or external parties.
Unique identifier for the payment transaction, prefixed with "pmt_".
String representing the type of object, always "payment" for payment objects.
payment
The amount of the payment in asset subunits. Precision depends on the asset.
The code identifying the asset or currency used for the payment (e.g., "USD", "BTC").
The method used for executing the payment (e.g., CRYPTO, OTHER). The method used to make the payment.
CRYPTO
, OTHER
The current status of the payment (e.g., COMPLETED, FAILED). This field is typically managed by the system based on transaction processing. Represents the final status of a payment transaction.
COMPLETED
, FAILED
A flexible object for storing additional custom key-value data related to the payment.
Defaults to an empty object {}
if not provided.
Timestamp when the payment record was created in the system.
Timestamp when the payment record was last updated.
Optional: The external payment provider used, if any (e.g., "Stripe", "Coinbase").
Optional: The unique identifier for the payment transaction within the external provider's system.
Optional: A description or memo for the payment.
Timestamp when the payment process was initiated. May be null if initiation tracking differs.
Timestamp when the payment processing by the provider or internal system began. May be null.
Timestamp when the payment reached a final state (COMPLETED or FAILED). May be null if not yet finalized.