cancellation
transaction - which subtracts points added by original transaction.Status | Description |
---|---|
404 | Transaction not found |
405 | Transaction cannot be cancelled |
{
"transaction": {} // See: 'Transaction object'
}
curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/infinity-mall/members/1/rewards-program/transactions/1/cancel' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}