Logo
Acquired.com API API Documentation

Acquired.com

Number of APIs: 34


1. Customers - List all customers

GET {{url}}customers



2. Customers - Update a customer

PUT {{url}}customers/:customer_id



3. Cards - Get customer cards

GET {{url}}customers/:customer_id/cards



4. Cards - List all cards

GET {{url}}cards



5. Cards - Update card details

PUT {{url}}cards/:card_id



6. Payments - Process a payment

POST {{url}}payments



7. Payments - Process a payment (card_id)

POST {{url}}payments/reuse



8. Payments - Apple Pay

POST {{url}}payments/apple-pay



9. Payments - Google Pay

POST {{url}}payments/google-pay



10. Payments - Recurring payments

POST {{url}}payments/recurring



ENDPOINTS