Payments Hub
The available endpoints for this package include: BTM File API, Payment Initiation
BTM File API
| Name | Type | Link |
|---|---|---|
| Confirms the download of a specific file from BTM | PUT | /rest/api/btm/files/{fileId}/confirmation |
| Upload File to BTM | POST | /rest/api/btm/files |
| Retrieve files paged from BTM | GET | /rest/api/btm/files |
| Download the file content | GET | /rest/api/btm/files/{fileId} |
Payment Initiation
| Name | Type | Link |
|---|---|---|
| Upload a payment file | POST | /rest/api/v1/payment-initiation |
| List payment files | GET | /rest/api/v1/payment-initiation |
| Download a payment file | GET | /rest/api/v1/payment-initiation/{fileId} |
| Delete a payment file | DELETE | /rest/api/v1/payment-initiation/{fileId} |
| Download a payment status report | GET | /rest/api/v1/payment-statuses |
| Delete a payment status report | DELETE | /rest/api/v1/payment-statuses/{fileId} |
Updated 7 months ago
