POST
/
collection
/
virtual-accounts
/
temp

Temporary Accounts are designed for short-term use, remaining active only for a predefined period. These accounts can receive a specific amount, making them ideal for one-time or time-bound financial activities. They provide a controlled and efficient way to manage temporary financial needs.

For testing inflows, you can use the Simulator Tool. Please note, it only works in the test environment and does not process real money.

Authorizations

x-api-key
string
headerrequired
x-api-secret
string
headerrequired

Body

application/json
accountName
string
required

Name to reflect on account name

duration
integer
required

Duration of validity of VA (in minutes)

amount
integer
required

Amount allowed by account (whole numbers)

customerReference
string

Reference for the account

Response

200 - application/json
status
boolean
required

Indicates if the request was successful

statusCode
integer
required

HTTP status code of the response

data
object
required
message
string
required

Response message describing the result of the request