Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the payment method to retrieve. This must be a valid payment method ID associated with your entity. Used to look up the specific payment method's details including configuration, status, and other relevant information
Response
Ok
The unique identifier for the payment method
"1234567890abcdef"
The unique identifier of the merchant this payment method is associated with
"67e55044-10b1-426f-9247-bb680e5fe0c8"
The name of the payment method
"My Crypto Wallet"
Whether the payment method is active or not. Inactive payment methods cannot be used for payins
true
The customers that are associated with the payment method
The blockchain network ID the payment method is associated with
1
The blockchain wallet address where payments will be sent from
"0x1234567890abcdef"
Whether the payment method is the default payment method for wallet address
true
The token associated with the payment method
The status of the payment method, including the wallet's balance and authorization status
The date the payment method record was created, represented as a Unix timestamp in seconds.
1716211200