Create Part Payment orderAsk AIpost http://localhost:3009/api/public/v1/ordersCreates a regular (PP3) order via the Public APIBody ParamsObject with data required to create an ordermerchantobjectrequiredmerchant objectoperator_refstringrequiredreferencestringcart_itemsarray of objectsrequiredcart_items*ADD objectgiven_namesstringsurnamesstringCustomer's combined surnames. Use first_surname + second_surname instead for Mexican merchants.first_surnamestringCustomer's first surname. Used for Mexican merchants instead of surnames.second_surnamestringCustomer's second surname. Used for Mexican merchants instead of surnames.date_of_birthstringninstringaddressstringpostal_codestringcitystringcolonystringCustomer's neighborhood/colony. Used for Mexican merchants.joint_customerstringName of a second account holder or beneficiary associated with this subscription.HeadersAuthorizationstringrequiredacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmlAllowed:application/jsontext/htmlResponses 201successful 401unauthorized 422unprocessable entityUpdated 11 days ago