Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the payin to retrieve. This must be a valid payin ID associated with your entity. Used to look up the specific payin's details including configuration, status, and other relevant information
Response
Ok
The unique identifier for the payin
"8f47c6e9-2b3a-4d5c-9f8e-1a2b3c4d5e6f"
The unique identifier of the merchant this payin is associated with
"67e55044-10b1-426f-9247-bb680e5fe0c8"
The amount to be paid, specified in either fiat or crypto based on amountType
"100.00"
The type of the amount, either "fiat" or "token"
fiat
, token
"fiat"
The date the payment will take place, represented as a Unix timestamp
1716211200
The unique invoice identifier representing this payin transaction
"1234567890abcdef"
(Optional) A description or note that provides additional context about this payin. This can be used to help identify or provide details about the payment for internal reference or customer communications.
"Payment for Developer plan"
(Optional) The external invoice ID used to tie this payin to an invoice in an external system
"1234567890abcdef"
(Optional) The external subscription ID used to tie this payin to a subscription in an external system
"sub_1234abcd"
The type of the payin, either "subscription" or "invoice"
subscription
, invoice
"subscription"
The status of the payin, can be "scheduled", "pending", "completed", or "failed"
scheduled
, pending
, completed
, failed
, canceled
, uncollectible
, draft
"scheduled"
The transaction details for the payin
The payment method used for this payin
The payout destination used for this payin
The date the payin record was created, represented as a Unix timestamp in seconds.
1716211200