API Reference

This page will help you get started with Create Fiat Account.

Log in to see full request history

To successfully off-ramp your users, you must create for them a fiat account with the necessary information like country and phone number to receive their fiat funds.

This endpoint returns a fiatAccountId that represents the user. This can will be used when creating transactions and executing orders.

This endpoint requires your to pass-in the secret authorisation key as the Bearer which can be got from the oneramp dashboard

Run In Postman

Body Params
string
Defaults to MobileMoney

The fiat account schema to use when to adding the fiat account. In this case we only have MobileMoney

data
array

The data object contains all the data required by the Fiat Account schema chosen in the fiatAccountSchema.

data
string

Name of the user for example "John Doe"

string

Name of your application can be anything to differentiate your user accounts.

string

Phone number of the user

string
Defaults to UG

Country of the user

string
Defaults to MTN

Select network operator that the user is going to use

string
Defaults to MobileMoney

Select the fiat account type of the user

Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json