Payments allows you to initiate a refund, payout, reimbursement or return to your customer (aka
Recipient). Payments are initiated by calling the POST /payments endpoint. The status of a created
payment can be retrieved by calling the GET /payments/{paymentId} endpoint.

Example Workflow: Create Payment (Success)

1678