PATCH
/
batch_templates
/
{id}
Update Batch Payment Template
curl --request PATCH \
  --url https://api.synctera.com/v1/batch_templates/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "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": {},
  "name": "International Remittance",
  "rules": {
    "disable_four_eyes_review": true,
    "hold_time": 123,
    "payment_rail": "<string>"
  }
}'
{
  "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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

ID

Body

application/json

Attributes of the Batch Payment template

A Batch Payment Template is a template that is used when creating a batch transfer.

Response

201
application/json

Successful update of a Batch Payment template

A Batch Payment Template is a template that is used when creating a batch transfer.