Generate Account
Create a collection link to collect payment by initialization
Body Parameters
Property
Data Type
Description
Example
Required
type
string
The type of the transaction to be initialized. This can either be permanent
or temporary
"temporary"
Yes
amount
number
Amount required for the virtual account. This should be set if type is temporary
200.85
Only if type is temporary
reference
string
A unique reference to identify generated account. This should be set if type is temporary
"TXDF09876"
Only if type is temporary
expires
number
max number of minutes generated account should be available. Min is 20 mins, max is 45 mins. This should be set if type is temporary
25
Only if type is temporary
Last updated