By making a request to this endpoint, we will send a fake web hook request to all registered URLs using the parameters you send. This allows developers to integration test web hook functionality without creating applications, ACH profiles, or transactions.
{
"type": "info",
"body": "Any data sent in this payload can be fake."
}
Header | Required | Values/Example | Default |
---|---|---|---|
Authorization | Required | Basic XXX |
Parameter | Type | Param Type | Required | Values/Example | Default |
---|---|---|---|---|---|
transactionId | Body | Int | Required | 1234 | |
A transaction Id | |||||
clearingAccount | Body | String | Required | 6YA01234 | |
A clearing account | |||||
type | Body | String | Required | TRANSACTION | |
The webhook type | |||||
action | Body | String | Required | COMPLETED | |
One of: SUBMITTED , APPROVED , COMPLETED
|
|||||
branchId | Body | Int | Required | 1 | |
A branch Id | |||||
Body | String | Required | example@email.com | ||
An email address | |||||
amount | Body | Decimal | Required | 500.0 | |
A transaction amount | |||||
direction | Body | String | Required | DEPOSIT | |
One of: DEPOSIT , WITHDRAWAL
|