Patch
/api/paylink/v1/paylinks/{paylink_id}
This endpoint updates data associated with the paylink before the link is used.
Request Body
email
(string, optional): Email addressmobile_number
(integer, optional): Customer mobile numberstatus
(string, optional): Paylink statusexpiry_date
(string, optional): date to set the paylink to expire e.g. "15-09-2025"
Security
HTTP
Type bearer
Header parameters
Authorization
string
ExampleBearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c
Path parameters
paylink_id
stringRequired
Body parameters
object
Example{
"email": "testdemo@yopmail.com"
}
Responses
200
Successful response