ShiftxPay
API Reference

Submit a draft application (public)

POST
/v1/onboarding/applications/{id}/submit

Path Parameters

id*string

Application id (ma_...).

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/onboarding/applications/string/submit"
{  "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": "not_found",    "message": "not found"  }}