Reattempt Merchant Provisioning
attention
This API is available for Finix Flex and Finix Core customers.
If the previous Merchant
provisioning attempt returned a FAILED onboarding_state
, then re-attempt provisioning on the processor.
curl https://finix.sandbox-payments-api.com/merchants/MUucec6fHeaWo3VHYoSkUySM/verifications \
-H "Content-Type: application/vnd.json+api" \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e \
-d '{}'
Example Response:
{
"id" : "VImYZaUoPXkVr3DKWNNwV4ch",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"tags" : { },
"messages" : [ ],
"raw" : null,
"processor" : "DUMMY_V1",
"state" : "PENDING",
"created_at" : "2022-01-27T07:42:47.97Z",
"updated_at" : "2022-01-27T07:42:48.04Z",
"trace_id" : "4a0571f3-6a5b-4000-92e9-b90336c6d6d0",
"payment_instrument" : null,
"merchant" : "MUucec6fHeaWo3VHYoSkUySM",
"merchant_identity": "IDTiyTks118XhKcxSLsArzu",
"identity" : null,
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/verifications/VImYZaUoPXkVr3DKWNNwV4ch"
},
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"merchant" : {
"href" : "https://finix.sandbox-payments-api.com/merchants/MUucec6fHeaWo3VHYoSkUySM"
}
}
}
HTTP Request
POST https://finix.sandbox-payments-api.com/merchants/:MERCHANT_ID/verifications
URL Parameters
Parameter |
Description |
---|---|
:MERCHANT_ID | ID of the Merchant |