v1

latestOpenAPI 3.1.02026-07-2003251.9 KB
Relayed authorization

Relayed authorization requested

Adyen sends this webhook to allow you to provide relayed authorization for a transaction.

To complete a relayed authorization, respond to this webhook with an HTTP 200 response. Include the authorisationDecision in the response body.

If we do not receive the response within two seconds, we apply your fallback logic.

postWebhookbalancePlatform.authorisation.relayed

Payload

authCodestring

The authorization code for the payment.

authorisationTypestring

The authorization type.

Possible values:

  • finalAuthorisation
  • preAuthorisation
  • defaultAuthorisation
balancePlatformstring

The unique identifier of the balance platform.

entryModestring

The entry mode of the information of the payment instrument. For example: contactless, chip, magstripe.

environmentstring

The environment from which the webhook originated. Possible values: test, live.

idstring

The unique identifier of the transfer.

processingTypestring

The processing type used for this payment. For example: ecommerce, pos, moto.

referencestring

The reference of the payment.

schemeRiskScoreinteger

The risk score provided by the card schemes.

schemeTraceIdstring

The identifier of the original payment. This ID is provided by the scheme and can be alphanumeric or numeric, depending on the scheme.

schemeUniqueTransactionIdstring

The unique identifier created by the scheme. This ID can be alphanumeric or numeric depending on the scheme.

type'balancePlatform.authorisation.relayed'

Type of notification.

Response

OK - the request has succeeded.

metadataobject

Object that contains key-value pairs that you can use in your reporting or other business process.

referencestring

Reference of the payment.

All 1 operations