Skip to main content
Request a multi-currency receiving account for a customer you’ve already created on Reeple. The issued account belongs to your customer, while your business remains the merchant account managing the relationship and receiving the collection events tied to that customer.

Endpoint

Currency support

Availability can still depend on which providers and rails are enabled for your business.
Account issuance is asynchronous. A successful API response means the request was accepted, not that the account is active yet — see Issuance lifecycle below.

Request body

Important rules

  • A customer can only have one active account per currency.
  • If a request for the same customer and currency is already processing, a new one may be rejected until the earlier one completes or fails.

Initial response

A successful submission means the request was accepted for processing, not that the account is active yet.
Save the returned id — you’ll need it to track the issuance lifecycle.

Issuance lifecycle

A request can move through these states:
  • INACTIVE — the request was created and is still being processed
  • ACTIVE — the account was issued and is ready to receive funds
  • DECLINED — the request didn’t pass verification or issuance checks
Depending on the compliance and provider checks required for that customer, there can be a delay between the initial API response and final issuance.

Common errors