v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Payment Methods

Payment Method - Get Payment Method Token Data

Retrieve the Payment method id associated with a payment method token.

get/v1/payment-methods/token/{payment_method_temporary_token}/details

Path parameters

payment_method_temporary_tokenstring required

The unique identifier for the Payment Method Token

Headers

X-Profile-Idstring required

Profile ID associated to the payment method

Response

Payment Method Token Data Retrieved

idstring required

The payment method ID associated with the token

payment_method_tokenstring required

The token associated with the payment method

Example response

{
  "id": "0a_pm_019959146f92737389eb6927ce1eb7dc",
  "payment_method_token": "token_CSum555d9YxDOpGwYq6q"
}