Payment
This is an object representing a Fishbowl Payment.
Related guide: Payment
ENDPOINTS
The payments object
Attributes
No attributes.
THE PAYMENT OBJECT
{}
Delete a payment
Deletes the Payment with the specified ID.
Parameters
-
merchantId string optionalIf using Clover Connect, this will be the unique ID assigned to the merchant.
Attributes
No attributes.
DELETE /api/payments/:id
curl --location \ --request DELETE '<YOUR SERVER>/api/payments/:id?merchantId=abc' \ --header 'Authorization: Bearer <TOKEN>'