Create Payment
POST https://{{env_url}}/payment_initiation/payment/create
Create and configure a payment by specifying a recipient_id
, reference
, amount
, and currency
to create a Plaid payment resource. The Plaid API returns a payment_id
to identify the created payment.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "recipient_id"=>"{{recipient_id}}", "reference"=>"Test Funding", "amount"=>{"currency"=>"GBP", "value"=>100.0}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |