POST
/
PaymentLink
/
push
/
{payLinkId}
curl --request POST \
  --url https://api-sandbox.payabli.com/api/PaymentLink/push/{payLinkId} \
  --header 'Content-Type: application/json' \
  --header 'requestToken: <api-key>' \
  --data '{
  "channel": "sms"
}'
{
  "responseText": "Success",
  "isSuccess": true,
  "responseData": "2325-XXXXXXX-90b1-4598-b6c7-44cdcbf495d7-1234"
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

ID for the payment link.

Body

Request body for the push paylink operation.

Response

200
application/json

Success

The response is of type object.