Unable to Create Recurring Payment Please Try Again Later
Create a Recurring Payment
You tin create Recurring Payments via Xendit Dashboard or API depending on what might suit your business needs. To empathise the benefits and the trade-off of choosing Xendit Dashboard or API, please become [here] (https://docs.xendit.co/xenpayment link/create-an-payment).
Create Recurring Payment via Dashboard
To create a Recurring Payment via dashboard, yous Account User should have at least EDIT permission. Follow these steps to create a Recurring Payment via Xendit dashboard:
- Login to your Xendit dashboard
- Go to Accept Payments > Payment Link > Recurring
- Click "Create Recurring" to create a recurring and utilise the data below as your guide
| Field | What to Fill |
|---|---|
| External ID | Unique identifier of an payment link in your system. There are no character restrictions for External ID. Create your identifier every bit you like Sample: Business firm.AP/INV/XXV/341293TPR0004XJEDBDIEFDJIAGDY |
| Amount per payment link | Corporeality that your customer will be charged at each interval of the recurring programme (can be in IDR, PHP or USD) |
| Total Recurrence | The amount of time an payment link will be created within the same recurring plan in the time period you specify. Leave this field empty if you want the recurring plan to continue indefinitely |
| Recurring Interval | The frequency with which a recurring payment payment link should exist sent to your client to pay within a recurring plan. It is the time catamenia between when the last payment link and the next payment link are created, measured in days, weeks, or months |
| payment link Due | Time menstruum for which payment link is active and tin can be paid. payment links tin be active for up to one year after creation |
| Description | Short description for your end client to read. You can employ this complimentary field to type notes or describe the purpose of the payment link Sample: Monthly membership fee for community gym |
| Missed Payment Action | Indicates the beliefs of the next recurring payment link if your customer missed the payment for the previous payment link. Setting 'Ignore' will continue to send your customer the next payment link at your specified interval even if they did not pay for the previous payment link earlier it expired. Setting 'Finish' will stop the recurring programme if your customer fails to pay for an payment link |
| Autocharge | Clicking 'autocharge' volition auto charge your client'southward debit/credit card in the next recurring interval. The recharge option is only available for bill of fare payments Autocharge option is provided for customers using cards. If a credit/debit card token is tied to a sure recurring payment plan, then every time to come payment for that detail recurring payment will automatically be charged right after the payment link is created |
| Customer Data | Name, e-mail address and phone number of your customer (the one you want to pecker). You can set up whether Xendit sends a payment link created, paid, and expired email to your client on customize invoice |
| Success Payment Redirect URL | The page you lot would similar your customer to see if their payment is successful |
| Failure Payment Redirect URL | The page you would like your customer to see if their payment has failed |
Create Recurring via API
Follow these steps to create an payment link via API:
- Follow the instruction in [](https://developers.xendit.co/api-reference/#create-payment link)Xendit API Reference on Create Recurring Payment department to outset creating your recurring payment via API
- Setup your payment link Callback URL in Xendit Dashboard for "Invoice Paid"
Instance of Create Recurring Payment via API
- PHP
- Node.js
- Java
- Go
- Python
<?php
use Xendit\Xendit;
crave 'vendor/autoload.php';
Xendit::setApiKey('xnd_development_P4qDfOss0OCpl8RtKrROHjaQYNCk9dN5lSfk+R1l9Wbe+rSiCwZ3jw==');
$params = [
'external_id' => 'recurring_31451441',
'payer_email' => 'sample_email@xendit.co',
'clarification' => 'Monthly room cleaning service',
'amount' => 125000,
'interval' => 'MONTH',
'interval_count' => 1
];
$createRecurring = \Xendit\Recurring::create($params);
var_dump($createRecurring);
?>
Edit, Pause, Resume, and Stop Recurring Payment
Edit Recurring Payment
You lot tin alter your Recurring Payment from Xendit Dashboard or API at any given time (as long as your Recurring Payment is not "Stopped") should you lot want to make alterations. To edit your Recurring Payment via Xendit Dashboard, go to Recurring Tab on the Xendit Dashboard, select your Recurring Payment, and click "Edit". You can modify almost all fields in the Create Recurring Payment except for the following:
- External ID
- Customer Information
- Credit Card Token
- Success Payment Redirect URL
- Failure Payment Redirect URL
To edit your Recurring Payment via API, delight follow the Edit Recurring Payment API Reference.
Pause and Resume Recurring Payment
You tin can pause and resume your Recurring Payment from Xendit Dashboard or API at whatever given time (as long as your Recurring Payment is not "Stopped") should you want to stop the recurring schedule temporarily and reactivate once more in the hereafter. To pause and resume your Recurring Payment via Xendit Dashboard, go to Recurring Tab on the Xendit Dashboard, select your Recurring Payment, and click "Pause" or "Resume".
To pause your Recurring Payment via API, please follow the Pause Recurring Payment API Reference, and to resume information technology, please follow the Resume Recurring Payment API Reference.
Note: If your Recurring Payment'southward status is Agile, "Resume" push button volition non evidence up as an option in the Xendit Dashboard. On the other manus, if your Recurring Payment's status is already Paused, "Interruption" button will not testify upwardly.
Finish Recurring Payment
If y'all wish to stop your Recurring Payment birthday, you tin can also do it via Xendit Dashboard or API. To end your Recurring Payment via Xendit Dashboard, go to Recurring Tab on the Xendit Dashboard, select your Recurring Payment, and click "Finish".
To stop your Recurring Payment via API, please follow the Stop Recurring Payment API Reference.
Source: https://docs.xendit.co/payment-link/recurring-payment/create-recurring-payment
0 Response to "Unable to Create Recurring Payment Please Try Again Later"
Publicar un comentario