Retrieve a payment method
Retrieve a payment method by payment method ID.
Authorizations
Bearer API Key, for example Bearer sk_live_xxx.
Unix timestamp in seconds. Must be within 5 minutes of server time.
Replay-protection nonce, 16-64 characters. Use a fresh UUID per request.
Lowercase hex HMAC-SHA256 of {timestamp}.{nonce}.{requestBody} signed with the merchant API Secret. For GET requests, requestBody is an empty string.
Headers
Unix timestamp in seconds. Must be within 5 minutes of server time.
Replay-protection nonce, 16-64 characters. Use a fresh UUID per request.
16 - 64Lowercase hex HMAC-SHA256 of {timestamp}.{nonce}.{requestBody} signed with the merchant API Secret. For GET requests, requestBody is an empty string.
Path Parameters
Payment method ID.
Response
Retrieved successfully.
Payment method ID.
Customer ID.
Merchant ID.
Payment method type, currently usually crypto.
Payment address. The current implementation returns an empty string.
Payment method status.
active, inactive, revoked, unknown Creation time, Unix seconds.
Update time, Unix seconds.
Payment method metadata.
