Skip to main content
POST
Register webhook URLs

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Body

application/json
payout_url
string<uri>
required

URL to receive payout event notifications

collection_url
string<uri>
required

URL to receive collection, virtual account, and customer KYC event notifications. This includes customer.created, customer.verified, and customer.rejected.

kyc_url
string<uri>

Optional. URL to receive Merchant KYC verification session events (merchant.kyc.session.completed and merchant.kyc.session.expired). Omit it if you do not use Merchant KYC. Send null to clear a URL you set before.

Response

Webhook URLs registered successfully

message
string
required
data
object
required