Forward authorisation webhook
Request which is being send to customers decision making systems
Payment API
Account Details
- Overview
- Create an account
- Update an account
- Get account information
Authorisation Control
- Overview
- Authorisation Control Webhook
Authorisation Forwarding
- Overview
- Forward authorisation webhook
Card details
- Overview
- Create card
- Update card
- Get application
- Update application
- Get card
- Get plastic
- Get EMV scripts
- Update plastic
Customer
- Overview
- Get customer information
- Create a customer
- Update a customer
- Customer hierarchy
Exchange Rates API
- Overview
- Get ECB exchange rate
- Get ECB supported currencies
- Get FX exchange rates
ID
- Overview
- Initiate 3rd party authentication flow
- Callback to complete authentication flow
Instalment
- Overview
- Instalment Operations
Invoice
- Overview
- Get invoice information
- Update an invoice
Notification
- Overview
- Receive a notification
PIN
- Overview
- PIN operations with pre-shared key
- PIN operations using PKI
PIN Control
- Overview
- PIN Control handling
Purchase Details
- Overview
- Trigger repricing
- Get purchase details
- Create purchase details
- Update purchase details
Repricing
- Overview
- Create repricing agreements
- Get repricing agreements
- Update repricing agreements
- Create price lists
- Get price lists
- Update price lists
Transaction
- Overview
- Test transactions
- Test authorizations
- Get transaction data
- Create transactions
- Create fees
- Update a transaction
- Authorization Holds (BETA)
- Batch payment
Transfer API
- Overview
- Post account to account transfer
- Account to account batch transfer
- Post card to card transfer
Wallet
- Overview
- Push Provision
- Activation data
- Get tokens
Test API
- Overview
- test-auth-request-templates
- test-authorizations
Hierarchy API
- Overview
- Card Hierarchy Management
- Card Hierarchy Group Management
- Card Management in Card Hierarchy Groups
Spend Control API
- Overview
- Rule Sets Endpoints
- Rules Endpoints
- Spend Control Test Endpoint
- STIP External Account Balance Endpoints (BETA)
- STIP Spend Control Test Endpoint (BETA)
Forward authorisation webhook
Request which is being send to customers decision making systems
This is not an endpoint. This is the description of request the which is being sent to customers decision making system if provided
POST
/
auth
curl --request POST \
--url http://localhost/auth \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"systemTimeStamp": "2021-10-14T09:23:54.611951Z",
"traceId": "<string>",
"transactionId": "<string>",
"linkId": "<string>",
"cardId": "<string>",
"customerId": "<string>",
"institutionId": "<string>",
"fees": [
{
"type": "MARKUP_FEE",
"settlementAmount": "<string>",
"settlementCurrency": "<string>"
}
],
"available": {
"amount": 3.14,
"currency": "EUR"
},
"authLengthInMinutes": "<string>",
"retry": true,
"partialApprovalCapableMerchant": true,
"incremental": true,
"shadowBalancingEnabled": true
},
"authorisation": {
"MTI": "<string>",
"DE03": "<string>",
"DE04": "<string>",
"DE05": "<string>",
"DE06": "<string>",
"DE07": "<string>",
"DE10": "<string>",
"DE11": "<string>",
"DE12": "<string>",
"DE13": "<string>",
"DE14": "<string>",
"DE15": "<string>",
"DE18": "<string>",
"DE19": "<string>",
"DE20": "<string>",
"DE22": "<string>",
"DE23": "<string>",
"DE25": "<string>",
"DE26": "<string>",
"DE28": "<string>",
"DE32": "<string>",
"DE33": "<string>",
"DE37": "<string>",
"DE38": "<string>",
"DE39": "<string>",
"DE41": "<string>",
"DE42": "<string>",
"DE43": "<string>",
"DE46": "<string>",
"DE47": "<string>",
"DE48": "<string>",
"DE49": "<string>",
"DE50": "<string>",
"DE51": "<string>",
"DE90": "<string>",
"DE95": "<string>"
}
}'
{
"authorisationResponse": {
"DE39": "<string>",
"DE05": "<string>",
"DE04": "<string>",
"DE06": "<string>",
"DE54": "<string>"
}
}
Body
application/json
Response
200 - application/json
curl --request POST \
--url http://localhost/auth \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"systemTimeStamp": "2021-10-14T09:23:54.611951Z",
"traceId": "<string>",
"transactionId": "<string>",
"linkId": "<string>",
"cardId": "<string>",
"customerId": "<string>",
"institutionId": "<string>",
"fees": [
{
"type": "MARKUP_FEE",
"settlementAmount": "<string>",
"settlementCurrency": "<string>"
}
],
"available": {
"amount": 3.14,
"currency": "EUR"
},
"authLengthInMinutes": "<string>",
"retry": true,
"partialApprovalCapableMerchant": true,
"incremental": true,
"shadowBalancingEnabled": true
},
"authorisation": {
"MTI": "<string>",
"DE03": "<string>",
"DE04": "<string>",
"DE05": "<string>",
"DE06": "<string>",
"DE07": "<string>",
"DE10": "<string>",
"DE11": "<string>",
"DE12": "<string>",
"DE13": "<string>",
"DE14": "<string>",
"DE15": "<string>",
"DE18": "<string>",
"DE19": "<string>",
"DE20": "<string>",
"DE22": "<string>",
"DE23": "<string>",
"DE25": "<string>",
"DE26": "<string>",
"DE28": "<string>",
"DE32": "<string>",
"DE33": "<string>",
"DE37": "<string>",
"DE38": "<string>",
"DE39": "<string>",
"DE41": "<string>",
"DE42": "<string>",
"DE43": "<string>",
"DE46": "<string>",
"DE47": "<string>",
"DE48": "<string>",
"DE49": "<string>",
"DE50": "<string>",
"DE51": "<string>",
"DE90": "<string>",
"DE95": "<string>"
}
}'
{
"authorisationResponse": {
"DE39": "<string>",
"DE05": "<string>",
"DE04": "<string>",
"DE06": "<string>",
"DE54": "<string>"
}
}