Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Alex Johnson"
JSON string. Supports camelCase and snake_case aliases.
"{\"firstName\":\"Alex\",\"lastName\":\"Johnson\",\"dateOfBirth\":\"1990-04-12\",\"email\":\"alex.johnson@example.com\",\"nationality\":\"US\",\"gender\":\"m\",\"phoneNumber\":\"+12125550198\"}"
JSON string. Supports postalCode/postal_code and countryCode/country_code.
"{\"line1\":\"210 West 77th Street\",\"city\":\"New York\",\"state\":\"New York\",\"postalCode\":\"10024\",\"countryCode\":\"US\"}"
JSON string containing document and proofOfAddress details.
"{\"document\":{\"type\":\"international_passport\",\"number\":\"***9884\"},\"proofOfAddress\":{\"type\":\"utility_bill\"}}"
JSON string for optional metadata.
"{\"fundingSource\":\"salary\",\"monthlyTransactionValue\":\"5000\"}"