Logo
Acquired.com API API Documentation

Components

Number of APIs: 2


1. Generate a session_id

POST {{url}}payment-sessions

When using our Components solution, you are required to submit a request that includes payment details to create a session_id. This session_id will hold transaction-specific information and will be used to complete the payment. At a minimum you are required to submit the order_id, amount & currency.

We also recommend submitting your 3DS requirements at this stage.

https://docs.acquired.com/reference/create-session-id



2. Update a session_id

PUT {{url}}payment-sessions/:session_id

This request allows you to update any details of the previously created session_id. Submit a request containing the parameters to be updated, when the payment is completed within Components. the authorisation request will use the latest parameters set against the session_id.

https://docs.acquired.com/reference/update-session-id



ENDPOINTS