To upload the payment file.

This feature allows customers to upload bulk payments and process them seamlessly. Following payment, rails are supported. 1. ACH - NACHA format 2. Wire 3. RTP 4. FedNow

SecurityoAuth2
Request
path Parameters
customerUID
required
string

Customer unique Id.

fileType
required
string

File type. Possible values are csv/fedwire/rtp/ach.

Request Body schema: multipart/form-data
required
file
string <binary>
Responses
200

Successfully processed request

400

bad input parameter environment

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

405

bad input parameter environment

500

Internal server error

503

Service unavailable

default

bulk payment file

post/v1/payments/customers/{customerUID}/files/{fileType}
Request samples
Response samples
application/json
{
  • "message": "<message>"
}