Payed Virtual Account Integration
Create a virtual account for a customer on an existing wallet
Getpayed virtual account integration guide
Login to the web via https://app.getpayed.co/login
Navigate to settings page and activate api access for your account https://app.getpayed.co/settings/api
Copy the API Key and Account ID
Provide a callback url for your server where you will be notified about new transactions. This should not be a frontend facing url
Implement the available inflow event web-hook here
Create account aliases (Virtual accounts) using the api below
Create Virtual Account
List All Virtual Accounts
Disable Virtual Account
Update Virtual Account Name
Create a new reserved nuban for an account profile
Enter the payed token with the Bearer: prefix, e.g. "Bearer abcde12345".
account profile id
Created
Bad Request
List reserved nubans for an account profile
Enter the payed token with the Bearer: prefix, e.g. "Bearer abcde12345".
account profile id
page
limit of returned items
search parameter
OK
Bad Request
Show reserved nuban for an account profile by id
Enter the payed token with the Bearer: prefix, e.g. "Bearer abcde12345".
account profile id
reserved account id
OK
Bad Request
Patch reserved nuban for an account profile by id
Enter the payed token with the Bearer: prefix, e.g. "Bearer abcde12345".
account profile id
reserved account id
OK
Bad Request
Disable reserved nuban for an account profile by id
Enter the payed token with the Bearer: prefix, e.g. "Bearer abcde12345".
account profile id
reserved account id
OK
Bad Request
Last updated
Was this helpful?