Logo
Developer portal API Documentation

Retrieve bank account(s)

GET https://demo-api.vivapayments.com/banktransfers/v1/bankaccounts?skip=1&maxResults=20&iban=GB94BARC10201530093459&isArchived=false&bankAccountId=eb6a54e5-283d-4c0c-8c60-64f66dad2d8f

 

Body PARAM

Key Datatype Required Description 
skip
number
maxResults
number
iban
string
isArchived
boolean
bankAccountId
string



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

Curl
curl -X GET 'https://demo-api.vivapayments.com/banktransfers/v1/bankaccounts?skip=1&maxResults=20&iban=GB94BARC10201530093459&isArchived=false&bankAccountId=eb6a54e5-283d-4c0c-8c60-64f66dad2d8f?skip=1&maxResults=20&iban=GB94BARC10201530093459&isArchived=false&bankAccountId=eb6a54e5-283d-4c0c-8c60-64f66dad2d8f' -H 'Content-Type: application/json'

ENDPOINTS