Skip to main content

Delete Saved Card


ApiScope: payment.payisland
API Scope Level: ServiceSubscriberScope
Path Parameters
    customerGuid string required
Request Body required
    creditCardCIMTokenID string
Responses

OK


Schema

    object

POST /kpayment/v1/customer/:customerGuid/deleteCard

Request

Base URL
/payment
customerGuid — path required
Body required
{
"creditCardCIMTokenID": "string"
}
curl / cURL
curl -L -X POST '/payment/kpayment/v1/customer/:customerGuid/deleteCard' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"creditCardCIMTokenID": "string"
}'