Edit payment link
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
amount
Number
Updated payment amount
Optional
currency
String
Updated currency
Optional
description
String
Updated description
Optional
success_url
String
Updated success URL
Optional
Request Payload
JSON
{ "amount": "120.00(Updated)", "currency": "USD", "description": "monthly" }
Response
200 - OK successful response
{ "payment_link": "https://your-payment-gateway/pay/12345", "amount": "100.00", "currency": "USD", "description": "Product Purchase", "payment url": "https://payment.smartpaygenie.com/pay/12345" }
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.