v1
latestOpenAPI 3.0.32026-07-248079274.0 KBPayments
Send a payment link
Send a payment link via email or SMS to your customer, the customer can then follow the link and make the payment. You are required to generate a Hosted Checkout payment link using the /payment-links endpoint and then append the link_id to this request.
post/payment-links/{link_id}/send
Path parameters
link_idstring uuid required
Unique ID assigned by Acquired.com for the payment link.
Headers
Company-Idstring uuid
Unique ID assigned by Acquired.com for your company.
Midstring uuid
Unique ID assigned by Acquired.com connecting to a specific acquiring bank.
Request body
Example request
{
"type": "sms",
"phone": {
"country_code": "44",
"number": "2039826580"
},
"email": "ejohnson@acquired.com",
"message": "Click the link to complete payment: <payment_link>."
}Response
OK