We offer webhooks for Open Banking Sync Complete & Payment Status Updates.
Depending on your use case and which webhook you're looking to configure, the Open Banking Sync Complete webhook is referenced in the Open Banking aggregation TPP guide and the payment status updates webhook is referenced in the Bud pay TPP guide.
Both webhooks will return POST requests with the following JSON bodies:
Account Information Services
{
"operation_id": "connect",
"data": {
"task_type": "connect",
"customer_id": "A",
"task_id": "B"
}
}
Payment Initiation Services
{
"data": {
"event": "payment.success",
"payment_id": "A",
"service": "domestic-single-payment",
"user_id": "B"
}
}
Comments
0 comments
Please sign in to leave a comment.