Logo
Peach Payments Public API Documentation

Create batch

POST {{baseUrl}}/api/channels/:entityId/payments/batches

Generate a unique payment link for a transaction and optionally send this link to the recipient via email and/or sms.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'baseUrl/api/channels/:entityId/payments/batches' -H 'Content-Type: application/json' -d '{"filename":"example filename","notificationUrl":"https://webhook.example.com"}'

ENDPOINTS