Payment Links
SofizPay Payment Links
Create secure payment links to receive money from anyone, anywhere
Example Payment Link
https://sofizpay.com/create-payment-link/?account=GDNS27ISCGOIJFXC6CM4O5SVHVJPSWR42QEBWUFF24N5VVHGW73ZSJNQ&amount=100&memo=123&return_url=https%3A%2F%2Fyourstore.com%2FsuccessHow to Create Payment Link
JavaScript example for creating secure payment link
javascript
// إنشاء رابط دفع جديد
const account = "GDNS27ISCGOIJFXC6CM4O5SVHVJPSWR42QEBWUFF24N5VVHGW73ZSJNQ";
const amount = "100";
const memo = "123";
const return_url = "https://yourstore.com/success";
const paymentLink = `https://sofizpay.com/create-payment-link/?account=${account}&amount=${amount}&memo=${memo}&return_url=${return_url}`;
console.log(paymentLink);Payment Link Generator
Enter payment details to create a custom link