Your postback notification for rejected banking account requests.
POST /order/example-postback-to-banking-account-rejected/[your_notification_url]
POST
/order/example-postback-to-banking-account-rejected/[your_notification_url]
Every time a transaction has its status changed, your system will receive a notification from ours, so that you know if transactions were paid.
We expect that your system returns to ours: status code 200. If not, we’ll retry 6 more times.
Request Body required
Section titled “Request Body required ”object
event
required
Webhook event for rejected account request.
string
occurredAt
required
When the event occurred (UTC ISO-8601).
string
requestId
required
Identifier of the rejected account creation request.
string
status
required
Status for account request rejection webhook.
string
reason
required
Reason for account request rejection.
object
code
required
Rejection reason code.
string
description
required
Detailed rejection reason description.
string
fields
required
Fields that caused the rejection of the account request.
Array<string>
Responses
Section titled “ Responses ”The resource was returned successfully
object
returnCode
required
The current page.
string