This API provides support for payment transactions. Below is a detailed guide on how to use the Payment Support API.
Features
- Real-time Payment Processing
- Transaction Tracking
- Error Handling
- Security Measures
Usage
To use the Payment Support API, you need to make a GET request to the following endpoint:
GET /en/tools/api-documentation/payment_support
Request Parameters
transaction_id
: Unique identifier for the transaction.amount
: Amount to be processed.currency
: Currency code for the transaction.
Response
The API will return a JSON response with the following fields:
status
: Status of the transaction.message
: Description of the transaction status.transaction_id
: Unique identifier for the transaction.amount
: Amount processed.currency
: Currency code for the transaction.
Example
{
"status": "success",
"message": "Transaction processed successfully",
"transaction_id": "123456789",
"amount": "100.00",
"currency": "USD"
}
Security
We use HTTPS to ensure secure communication. All sensitive data is encrypted.
More Information
For more information, please refer to our API Documentation.
Payment Support