Create reference account
POST {{proxiedPublicURL}}/payments/reference_accounts
Create a new reference account for a user
Request Body
{"user_id"=>"{{latestUserID}}", "account_owner"=>"Marcel Schwarz", "name"=>"Marcels Reference Account", "iban"=>"DE02100500000054540402", "bic"=>"BELADEBE", "confirmed_at"=>"2021-08-23T14:15:22.000Z"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| upvest-client-id | string | (Required) Tenant Client ID | |
| upvest-api-version | number | Upvest API version | |
| Content-Type | string | ||
| idempotency-key | string | Required Idempotency Key to not process requests multiple times |