Skip to main content

Grant updated

webhookbalancePlatform.grants.updated

After a grant is updated, Adyen sends this webhook with information about the grant.

For example, you receive this webhook when the financing amount is disbursed to your user, or when your user repays the financing amount.

amountobject

Contains information about the amount of the grant. This is the sum of the amounts of all the disbursements related to the grant.

balancesobjectRequired

Contains information about the balances of the grant.

counterpartyobject

Contains the details of the party that receives the grant. Setting either an accountHolderId, balanceAccountId, or both is required.

grantAccountIdstringRequired

The unique identifier of the grant account that tracks this grant.

grantOfferIdstringRequired

The unique identifier of the selected grant offer. Adyen uses the details of the selected grant offer to create a grant.

idstringRequired

The unique identifier of the grant reference.

statusobjectRequired

Contains the status of the grant.

When you receive a webhook, you must respond with an HTTP status code.

HTTP Responses

  • 200 - OK

    The request has succeeded.