Get Payment

The code snippet below shows an example response to get payments

GET https://seerbitapi.com/api/v2/virtual-accounts/{{reference}}

curl --location 'https://seerbitapi.com/api/v2/virtual-accounts/YOUR_PUBLIC_KEKY/{{accountNumber}}' \
--header 'Authorization: Bearer YOUR_ENCRYPTION_KEY'

Last updated