Removal of a linked user card

Removal of a linked user card

DELETE https://prapi.tarlanpayments.kz/card/api/v1/system/client/card/pay-in

Headers

NameTypeDescription

Authorization*

String

Bearer Auto-rotation hash (see Signature Creating)

Request Body

NameTypeDescription

project_id*

Integer

Project ID

card_token*

String

Card token in the payment system

merchant_id*

Integer

Merchant ID

{
    "status": true,
    "message": "Success",
    "result": "success"
}
curl --location --request DELETE 'https://prapi.tarlanpayments.kz/card/api/v1/system/client/card/pay-in' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer auth_tokem' \
--data '{
    "project_id": 3,
    "encrypted_card_id": "Qwerty12345",
    "merchant_id": 1
}'

Last updated