POST
Create Contact

Authorizations

app-id
string
header
required

A unique identifier assigned to each application.

secret-key
string
header
required

A secure token associated with the app-id.

Body

application/json
email
string
required

Contact's email. This email will be used during the process of calling the API to create a Payin or Payout transaction. A new contact must be created to continue the payment process.

first_name
string
required

Contact's first name

last_name
string
required

Contact's last name

type
enum<string>
required

The type of contact (e.g., individual or organization)

Available options:
individual,
organization
Example:

"individual"

dob
string
required

Contact's date of birth, format 'yyyy-mm-dd'

reg_no
string
required

Contact registration number, required if type is organization

phone
string
required

Contact's phone number

Example:

"+1234567890"

gender
enum<string>
required

Contact's gender

Available options:
male,
female
Example:

"male"

street
string
required

The primary name of an address's street for the contact.

city
string
required

Name of an address's city or town for the contact.

postal_code
string
required

The contact's address's postcode

state
string
required

The contact's address's state / province / county.

country
string
required

ISO 3166-1 alpha-2 country code of the contact's country.

Response

Created

email
string