Logo
Acquired.com API API Documentation

Faster Payments

Number of APIs: 4


1. Create a payee

POST {{url}}customers/:customer_id/payees

Create a new payee that will be stored against the customer profile.

https://docs.acquired.com/reference/create-payee



2. Process a payout

POST {{url}}pay-out

Execute a payment to one of your customers.

https://docs.acquired.com/reference/create-payout



3. Internal transfer

POST {{url}}/payments/internal-transfer

Process an internal transfer between accounts.

https://docs.acquired.com/reference/create-internal-transfer



4. Retrieve account details

GET /accounts/:account_id

Retrieves the account details using the unique account_id.

https://docs.acquired.com/reference/fetch-account-by-id



ENDPOINTS