Create a new merchantAsk AIpost https://api.gratifypay.com/bnpl/2.0/merchantsCreates a new merchant entity, specifying the payment gateway to be used.Body ParamsnamestringrequiredThe name of the merchantemailstringrequiredThe email address of the merchant primary contactphonestringThe phone number of the merchant primary contact.partnerReferenceIdstringOptional data provided by the partner API client as an index or link back to the client-side equivalent model. Stored with the Gratify Merchant.partnerCustomDatastringOptional custom XML, JSON or similar data provided and managed by the partner API client. Stored with the Gratify Merchant.paymentProviderIdstringrequiredThe payment provider that this merchant is associated withResponses 201Merchant successfully created 400The request is malformed or input is not valid. Double check your request message body is to specification and try again. 401Unuahtorized access to the Gratify API. Double check your API credentials and try again. 404The specified resource was not found. Double check your URL and version strings try again. 5XXAn unexpected error occurred at the Gratify ServerUpdated 6 months ago