Skip to main content
Rocka will send you payment and payout callbacks to the webhookUrl you provided.

Open banking payments

Regular webhooks


{
"PaymentId":"bc973098-3dfb-4700-af20-28ca4fdb583a",
"Status":"Done",
"Signature":"b2e286bfc7b94ab2342342341881c85b50f286b23462436432d7dfc5fcd05ca2r234r231",
"MerchantPaymentId":"12345678-1234-1234-1234-12345678910",
"Reference":"12345678 PAYMENT",
"Amount":50.0,
"Currency":"EUR",
"CardId":null,
"Remitter":{
    "Name":"User Testing",
    "Iban":"TT123456789HFE112345",
    "SortCode":null,
    "AccountNumber":null
},
"AdditionalData":null,
"DetailedInfo":null,
"Method":"open-banking",
"BankId":"sparkasse_de",
"IsSenderBank":false,
"BankTransactionId":"BANKTRANSACTIONID",
"Settled":"Yes",
"SettlementDate":"2024-10-01T07:18:56.316302Z"
}

Extended webhooks

For more information, see Set up extended webhooks.
{
 "PaymentId":"bc973098-3dfb-4700-af20-28ca4fdb583a",
 "Status":"Done",
 "Signature":"b2e286bfc7b94ab2342342341881c85b50f286b23462436432d7dfc5fcd05ca2r234r231",
 "MerchantPaymentId":"12345678-1234-1234-1234-12345678910",
 "Reference":"12345678 PAYMENT",
 "Amount":50.0,
 "Currency":"EUR",
 "CardId":null,
 "Remitter":{
    "Name":"User Testing",
    "Iban":"TT123456789HFE112345",
    "SortCode":null,
    "AccountNumber":null
 },
 "AdditionalData":null,
 "DetailedInfo":{
    "RejectReason":null,
    "ProcessingStatus":"Settled"
 },
 "Method":"open-banking",
 "BankId":"sparkasse_de",
 "IsSenderBank":false,
 "BankTransactionId":"BANKTRANSACTIONID",
 "Settled":"Yes",
 "SettlementDate":"2024-10-01T07:18:56.316302Z"
}

Payouts

{  
   "Id":"12345678test123456789",  
   "Status":"Done",  
   "CreatedAt":"2024-10-07T06:13:51.0834821Z",  
   "ExecutedAt":"2024-10-07T06:15:04.4400235Z",  
   "Amount":1000,  
   "Fee":12,  
   "Currency":"EUR",  
   "RequestId":null,  
   "RejectReason":null,  
   "Type":"OpenBanking",  
   "CardNumber":null,  
   "CardHolderReference":null,  
   "Iban":"TT123456789HFE112345",  
   "BeneficiaryName":"John Doe",  
   "BeneficiaryRef":"12345678 PAYOUT",  
   "Signature":"b2e286bfc7b94ab2342342341881c85b50f286b23462436432d7dfc5fcd05ca2r234r231",
  }