Merchant API
Get Saved Cards
This API helps to fetch the list of Tokenized cards. This helps in allowing to store the customer’s card details for the future fast payment experience
GET
/
payment
/
organizations
/
{organizationId}
/
customers
/
{customerId}
/
saved-cards
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
organizationId
string
requiredcustomerId
string
requiredResponse
200 - text/plain
last4Digit
string | null
expiryDate
string | null
cardHolderName
string | null
cardType
string | null
registrationId
string | null