Cancel Crypto Charge - GET

https://api.100pay.co/api/v1/pay/crypto/cancel/6417a2d587aae400371762da

Cancel a previously created charge

When you cancel a previously created Crypto Payment Charge, you're saying we should disregarded all payments sent to the generated addresses forever.

Also Note that: Payments sent previously are not affected as they were already credited into your account, and in a case of refund, you will need to refund your customer as 100Pay does not handle refunds for you.

Required Parameters:

FieldDescription
Crypto Charge idthe _id returned by the Create Crypto Charge endpoint.

AUTHORIZATION - API Key

This request is using API Key from collection Overview

HEADERS

api-key - LIVE;PK;

Example Request

curl --location --request POST 'https://api.100pay.co/api/v1/pay/crypto/cancel/6417a2d587aae400371762da' \
--header 'api-key: {{api-key}}'

Examples Response

html
headers
charge canceled