Skip to main content
POST
Create payin order (deposit)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-client-id
string

Finflex client ID (starts with finflex_test_ or finflex_live_)

x-client-secret
string

Finflex client secret

Body

application/json
amount
number
required
Example:

10

callback_url
string
required
Example:

"https://google.com"

client_id
string
required
Example:

"finflex_test_6868706820"

customer_details
object
required
order_id
string
required
Example:

"321sdf"

Response

Payin order created successfully

data
object
message
string
Example:

"Payin order created successfully"

success
boolean
Example:

true