Create Contact
POST/v2/contacts
When processing a Payin
or Payout
transaction, if the require_contact
parameter is true
, you need to create a new contact before proceeding with the transaction. Each contact will have a unique email associated with it, ensuring that the user’s information is complete before continuing with the payment process. This email will be used during the process of calling the API to create a Payin
or Payout
transaction.
After successfully creating the contact, you need to perform KYC (Know Your Customer)
verification for this contact if the Payin
or Payout
methods require KYC(require_kyc == true
). This will be done through the Submit KYC API
provided below. If KYC is not required, you can proceed with the transaction process without further verification. Ensure that these steps are completed thoroughly and accurately to maintain security and compliance. Wishing you success in carrying out this process!
Request
Responses
- 200
- 400
- 401
- 422
Created
Bad Request
Unauthorized
Unprocessable Entity