Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/commerce/contacts/{contactID}/actions/payment-link

POST/v1/commerce/contacts/{contactID}/actions/payment-link
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
contactIDstringrequired
Responses
200OK
order_idstring
order_nostring
sourcestring
urlstringrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/commerce/contacts/string/actions/payment-link"
Response
{
  "order_id": "string",
  "order_no": "string",
  "source": "string",
  "url": "string"
}