Delete a satispay payment
How to delete an existing satispay payment via API
To delete a satispay payment, send a DELETE
request to the /api/satispay_payments/:id
endpoint, where id
is the id of the satispay payment that you want to delete.
Request
DELETE https://yourdomain.commercelayer.io/api/satispay_payments/:id
Example
The following request tries to delete the satispay payment identified by the ID "xYZkjABcde":
Last updated