Setup Method
Get Payment Method Token
Get details of a payment method token
GET
This API allows you to retrieve the details of a payment method token, including its status and associated information.
Status Values
The payment method token can have one of the following statuses:
LIVE
: The payment method token is active and can be used for transactionsDELETED
: The payment method token has been deleted and cannot be used for transactions
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier of the payment method token
Response
200
application/json
Payment method token details retrieved successfully
The response is of type object
.