ShiftxPay
API Reference

Start a merchant application (public)

POST
/v1/onboarding/applications

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/onboarding/applications" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
{  "id": "ma_01ARZ3NDEKTSV4RRFFQ69G5FAV",  "status": "draft",  "applicant_email": "user@example.com",  "legal_name": "string",  "trading_name": "string",  "country_code": "string",  "currency_code": "string",  "merchant_id": "string",  "created_at": "2019-08-24T14:15:22Z"}

{  "error": {    "code": "invalid_body",    "message": "invalid request body"  }}