Update Coin Event Configuration
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"amount": 10,
"configuration" : "DEFAULT"
}
Request Code Samples
curl --location --request PATCH 'https://test.your-api-server.com/api/v0/enkash-coins/WCC12345' \
--header 'Cookie: _cfuvid=HYP8bzh65tyJdOQA3SszmnkR5ESGtAs.KQDRP5INTTg-1720761030734-0.0.1.1-604800000; JSESSIONID=2965781B20AA96A7AA6BF5631B3BBDD8' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 10,
"configuration" : "DEFAULT"
}'
Responses
application/json {"payload":{"coinConfigId":"WCC024845","configuration":"DEFAULT","event":"INVOICE_PAYMENT","amount":10},"response_code":0,"response_message":"Success"}
Modified at 2025-01-08 07:37:33