cURL
curl --request GET \ --url https://api.synctera.com/v1/batch_templates/{id} \ --header 'Authorization: Bearer <token>'
{ "config": { "external_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "max_individual_transaction_amount": 123, "max_total_transaction_amount": 123, "max_transaction_count": 123, "min_individual_transaction_amount": 123, "min_total_transaction_amount": 123, "min_transaction_count": 123, "settlement_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "settlement_customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subtypes": [ "<string>" ], "type": "<string>" }, "description": "This template is used for international remittance", "enabled": true, "extra_rail_params": {}, "id": "d290f1ee-6c54-4b01-90e6-d701748f0851", "name": "International Remittance", "rules": { "disable_four_eyes_review": true, "hold_time": 123, "payment_rail": "<string>" }, "tenant": "abcdef_ghijkl" }
Get a Batch Payment template
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID
Retrieve a Batch Payment template
A Batch Payment Template is a template that is used when creating a batch transfer.
Was this page helpful?