Payment link checkout
A comprehensive testing strategy is crucial to ensure the successful integration of SmartpayGenie into your application. Here are some key testing types:
Edit link
https://api.smartpaygenie.com/payment-links/payment_link_id
'PUT'
Request parameters
Parameters
Type
Description
Required
transaction_id
String
Unique identifier of the transaction
Optional
amount
String
Payment amount
Optional
currency
String
currency code
Optional
payment_method
String
Payment method used
Optional
Customer - id
String
Unique identifier of the customer
Optional
Request Payload
JSON
{ "transaction_id": "transaction_id_1", "amount": "amount_id_1", "customer_id": "customer_id_1", "currency": "currency-id_1", "payment_method_id": "payment_id_1" }
Response
200 - OK successful response
[ { "status": "success", "transaction_id": "transaction_123", "amount": "100.00", "currency": "USD", "customer_id": "customer_id_123", "created_at": "2023-11-22T13:37:20Z" } ]
Support
If you encounter any issues or have questions, please feel free to contact our dedicated
support team.
We are committed to providing you with the best possible experience and support.