Create Payment Recipient
POST https://{{env_url}}/payment_initiation/recipient/create
In the sandbox environment, you can use the /payment_initiation/recipient/create
endpoint to generate recipients. Programmatic recipient creation in the development and production environments can be done after approval by our compliance team.
The endpoint is idempotent: if a developer has already made a request with the same payment details, Plaid will return the same recipient_id. Recipients are scoped per environment.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "name"=>"Wonder Wallet", "iban"=>"GB29NWBK60161331926819", "address"=>{"street"=>["96 Guild Street", "9th Floor"], "city"=>"London", "postal_code"=>"SE14 8JW", "country"=>"GB"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |