Number of APIs: 2
POST {{url}}payment-sessions
When using our Components solution, you are required to submit a request that includes payment details to create a We also recommend submitting your 3DS requirements at this stage.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
.
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
.