-
-
New optional params were introduced on invoice
- `items` (an array of
- `fees` (an array of objects)
-
Support Platform fee for XP
-
hi xendit team,
i get error 418 when trying to createBatch disbursement
const x = new xendit({ secretKey: APIKEY });
const { Disbursement } = x
const disbursement = new Disbursement({});…
-
ketika menambahkan customer baru selalu terdapat eror 400,
misal format yang dikirim
{
referenceID:'demo_1475801962607',
givenNames: 'John',
…
-
-
-
First of all, I wanna create a disbursement example within sub-account-id using Laravel framework.
Here the code :
```php
$time = time();
$params = [
'external_id' => 'DISBURSEMENT-007-…
-
Request ==>
```
{
"customer": {
"addresses": [
{
"city": "Jakarta Selatan",
"country": "PH",
"postal_code": "12160",
"province": "Daerah Khusus Ibukota Jakarta",
…
-
Hi,
i just found out that there is no transaction client on the client API, so i quickly added it just like the others.
Please take a look at this PR when you have time https://github.com/xendit/xe…