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

Documentation Index

Fetch the complete documentation index at: https://docs.pcxpay.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

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

Body

application/json

Provider-specific webhook payload

Response

Webhook acknowledged