To perform the transaction
POST {{customerURL}}:5055/SolitxService/payment/link?access_token={{custoken}}
- This service is used to perform the transaction.
- The payload should be specified in the following json format. All the mentioned keys in the payload are mandatory.
- Include the exact contract uuid in the payload and mention the desired notional value.
- Specify the trigger type as deposit or withdraw, depending on our preferred transaction.
- Fetch the contract uuid by using the service View the contracts of a profile.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |