Skip to content

Your postback notification for approved banking account requests.

POST
/order/example-postback-to-banking-account-created/[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.

object
accountId
required

Account identifier created after request approval.

string
Example
63ec5f2e-688f-4cf4-a24b-1a4ac0474b0e
event
required

Webhook event for approved account request.

string
Allowed values: ACCOUNT.CREATED
Example
ACCOUNT.CREATED
occurredAt
required

When the event occurred (UTC ISO-8601).

string
Example
2026-02-19T13:40:05.020Z
requestId
required

Identifier of the original account creation request.

string
Example
045a2fb2-0b11-4f8c-8ab6-8b61db66d189
status
required

Current account status.

string
Allowed values: ACTIVE INACTIVE CLOSED
Example
ACTIVE
bankData

Bank account data returned when the account is created with bank data.

object
ispb

ISPB of the created banking account.

string
Example
12345678
branchNumber
required

Branch number of the created banking account.

string
Example
0001
accountNumber
required

Account number of the created banking account.

string
Example
987654
createdAt
required

Bank data creation date (UTC ISO-8601).

string
Example
2026-02-19T13:40:05.020Z
createdAt
required

Account creation date (UTC ISO-8601).

string
Example
2026-02-19T13:40:05.020Z
updatedAt
required

Account update date (UTC ISO-8601).

string
Example
2026-02-19T13:40:05.020Z

The resource was returned successfully

object
returnCode
required

The current page.

string
Example
SUCCESS