The payment object
The payment object can be used to send and retrieve payment information. You can send and retrieve payment information by sending a list of all payments made or by sending a sum total of the payments made in the last hour.
These are the endpoints available.
Endpoints | Description |
---|---|
POST /api/Payments | Use this call to send a list of payments. |
GET /api/Payments/{requestId} | Use this call to get payment information by lists. |
POST /api/PaymentsTotal | Use this call to send payment information by sum total. |
GET /api/PaymentsTotal?idempotencyKeys={idempotencyKey1}&idempotencyKeys={idempotencyKey2} | Use this call to get total payment information. |
Updated about 2 months ago
Did this page help you?