Skip to main content
POST
/
virtual-accounts
/
webhook
/
{provider_name}
Receive provider webhook
curl --request POST \
  --url https://api.pcxpay.com/v1/virtual-accounts/webhook/{provider_name} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": "error",
  "message": "An error occurred"
}

Path Parameters

provider_name
enum<string>
required
Available options:
bridge,
squadco

Body

application/json

Provider-specific webhook payload

Response

Webhook acknowledged