This endpoint is designed to handle the creation of payment requests. Below are key details for developers:
🔧 Request Method & Path
- Method:
GET
- Path:
/en/api/payment/create
- Purpose: Initiate a new payment transaction
📦 Parameters
Parameter | Type | Description |
---|---|---|
amount |
Number | Payment amount (e.g., 100.50 ) |
currency |
String | Currency code (e.g., USD , EUR ) |
user_id |
String | Identifier for the user |
payment_type |
String | Options: credit_card , bank_transfer , crypto |
📌 Example
GET /en/api/payment/create?amount=200.00¤cy=USD&user_id=12345&payment_type=credit_card
🌐 Related Resources
Explore Payment Documentation for detailed integration guides.