POST

Get Membership Voidability


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

This method retrieves from your app whether a membership can be voided.

Endpoint
POST
{DEPLOYMENT-URI}/v1/get-voidability
Body Params
transactionIdstringRequiredminLength 1maxLength 100

Transaction ID to check if it can be voided.

Response Object
voidableboolean

Whether the membership charge can be voided.


reasonstringminLength 1maxLength 200

Reason why the membership charge cannot be voided.

Get Membership Voidability

Check if membership can be voided

Request
cURL
Response
JSON
Errors
TransactionNotFoundobjectstatus code: 404
Did this help?