Удаление привязанной карты
Удаление привязанной карты пользователя
DELETE
https://prapi.tarlanpayments.kz/card/api/v1/system/client/card
Headers
Name
Type
Description
Request Body
Name
Type
Description
project_id*
Integer
Идентификатор проекта
card_token*
String
Токен карты в платежной системе
merchant_id*
Integer
Идентификатор мерчанта
{
"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