Get Saved cards Details
ApiScope: payment.payisland
API Scope Level: ServiceSubscriberScope
Query Parameters
customerUUID string required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
cardDetails object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"cardDetails": [
{
"cardHash": "string",
"creditCardCIMTokenID": "string",
"creditCardCIMTokenUuid": "string",
"paymentProvider": "string",
"isDebit": true,
"cimTokens": [
{
"tokenName": "string",
"tokenValue": "string"
}
],
"CardNumber": "string",
"cardNumber": "string",
"expMonth": "string",
"ExpMonth": "string",
"expYear": "string",
"ExpYear": "string",
"ccType": "string",
"CCType": "string",
"cardHolder": "string",
"CardHolder": "string",
"billingAddress1": "string",
"BillingAddress1": "string",
"billingAddress2": "string",
"BillingAddress2": "string",
"BillingCity": "string",
"billingCity": "string",
"billingState": "string",
"BillingState": "string",
"BillingZip": "string",
"billingZip": "string",
"BillingPhone": "string",
"billingPhone": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
GET /kpayment/v1/fetchCustomerSavedCards
Request
Request
curl / cURL
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/payment/kpayment/v1/fetchCustomerSavedCards' \
-H 'Accept: application/json'