Payments
After your customer has successfully linked their account, you can utilize the API's payments endpoint to initiate a payment. This process necessitates the use of an authentication token. Additionally, the customerId obtained from the account linking procedure must be provided. Ensure that you securely store the customerId within your backend systems to facilitate both current and future payment requests.
Endpoints
POST - /v1/payments
POST - /v1/refunds
POST - /v1/payments/{TRANSACTION_ID}/cancel
POST - /v1/refunds
POST - /v1/payments/{TRANSACTION_ID}/cancel