Logo
100PAY API Documentation

Terminate Crypto payment

POST https://api.100pay.co/api/v1/pay/crypto/cancel/:charge_id

Terminates a previously-initiated payment charge, and nullifies previously-generated network addresses, such that any deposits sent to the addresses after termination are forever lost.

charge_id is included in the response body returned by charge initiation endpoint

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

charge canceled



Curl
curl -X POST 'https://api.100pay.co/api/v1/pay/crypto/cancel/:charge_id'

ENDPOINTS