Finish vendor onboarding
To complete the onboarding process, send a single request to the finish endpoint - API Reference
PUT https://api.dev.mrkter.io/vendor/onboardings/wizard/finish
Required Headers:
1 . "Authorization"
2 . "x-session-id"
Example response:
{
"clientId": 1,
"connectorId": 1,
"currentStep": 1,
"status": "IN_PROGRESS",
"profileCustomizationEnabled": false,
"profileCustomizationAccountAddressRequired": false,
"profileCustomizationAccountInfoRequired": false,
"profileCustomizationContactInfoRequired": false,
"profileCustomizationPaymentMethodRequired": false,
"taxFormCollectionEnabled": false,
"taxFormCollectionRequired": false,
"taxFormsToCollect": "UsOnly",
"availablePaymentTypes": [
{
"id": 1,
"isVerificationRequired": false,
"thresholdAmount": 123.35,
"paymentType": "WIRE_TRANSFER",
"availableCurrencies": [
"USD",
"EUR"
]
}
],
"preferredPaymentCurrencyEnabled": false
}Updated about 1 month ago
