/
/Intro and OAuth
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 3w ago · Updated 3w agoView markdown
  • postGenerate Bearer Token
  • postPayshop
  • postMultibanco
  • postPaysafecard
  • postReference Information
  • postRefund
  • getRefund Information
  • getOpenbank - Consent List
  • postOpenbank - Create a Consent
  • getOpenbank - Transactions
  • getPayouts
  • getPayouts - Transactions
  • getTRID Information
  • getTransactions
  • getReferences by Status
  • getAdvanced Search
  • getDirect Debit List
  • postApple Pay
  • postCredit Card
  • postSubscription
  • postPay subscription
  • postSubscription revoke
  • postAuthorize
  • postCapture
  • postDirect Debit Authorization
  • postDirect Debit Payment
  • postEuroPix
  • postFloa - Payment
  • postFloa Pay - Simulation
  • postGoogle Pay
  • postMB WAY
  • postAuthorize
  • postCapture
  • postPayByLink
  • postPayByLink QR Code
  • postPagaqui
  • postSplit-Payments

Openbank - Consent List

Use this request get a list of all Openbank consents created on your account.

get/v1.02/openbank/consents

Response

200

transactionStatusstring

Example response

{
  "transactionStatus": "Success",
  "consentList": [
    {
      "consentId": "69e40519e64a45f495a6248c4dd78sd4s",
      "status": "Pendente",
      "creationDate": "2022-01-12 15:19:45",
      "updateDate": "2022-01-12 15:19:45"
    }
  ]
}