Simulate Prefund Payment

Simulate a prefund payment to an existing organizations card account. The payment will appear in the system within 10 minutes after the request was sent. This endpoint is ONLY available on our sandbox environment and NOT on production. See documentation for details.

Body Params
uuid
required

The id of the organization for which the payment should occur.

uuid | null

The id of the card account of the organization to use. If not provided, the default card account of the organization will be used. If provided, it has precedence over the organizationId parameter.

amount
object
required

The amount to prefund the card account with. The currency must match the currency of the card account.

string | null

If provided, the prefund will be simulated from this account. Example: DE89370400440532013000 (has to be a valid IBAN – to generate an IBAN please check here

string | null
enum

Status of the newly added bank account for this prefund payment (when this parameter is given fromAccount will be defined by the system if not given in this request). Possible statuses are REVIEW, AUTHORIZED, BLOCKED.

  • REVIEW is a default status that will require manual intervention.
  • AUTHORIZED will make the payment appear on the balance directly.
  • BLOCKED will block the account and all current and future payments from it. Defaults to AUTHORIZED.
Allowed:
Responses
200

Ok

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json