API explorer

Theme switcher

Set Order Webhook URL

Body Parameters

billinkUsernamestring Required

The merchant's Billink username.

billinkIDstring Required

The merchant's Billink ID (SHA-1 hash).

urlstring Required

The HTTPS URL where webhook events will be delivered.

Response

200
Object

Webhook has been set|Webhook has been updated

Response Attributes

statusstring

Operation result status.

Enum values:
success
messagestring

Human-readable success message.

400
Object

billinkUsername parameter missing|billinkID parameter missing|url parameter is empty|Invalid url parameter|Webhook signing secret is not set. Please, generate the secret first

Response Attributes

statusstring

Operation result status.

Enum values:
error
messagestring

Human-readable error description.

404
Object

Client not found

Response Attributes

statusstring

Operation result status.

Enum values:
error
messagestring

Human-readable error description.

500
Object

Could not set webhook

Response Attributes

statusstring

Operation result status.

Enum values:
error
messagestring

Human-readable error description.

Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?