-
In regards with [cards new API and documentation update](https://github.com/xendit/apireference/pull/426) we will need new method of `\Xendit\Cards::getToken` on **_xendit-php_** client library.
Th…
-
In regards with [cards new API and documentation update](https://github.com/xendit/apireference/pull/426) we will need new method of `card.GetTokenParams` on _**xendit-go**_ client library.
This is…
-
import
"github.com/xendit/xendit-go"
"github.com/xendit/xendit-go/invoice"
but i got error undefined: xendit.CustomerNotificationPreference
-
Getting an error when creating a new Disbursement
import xendit from "xendit-node";
const x = new xendit({
secretKey: DEVELOPMENT_KEY,
});
const { Disbursement } = x;
…
-
CreateCustomer required that param 'given_names' was in the request's body. But [documentation](https://developers.xendit.co/api-reference/#create-customer) and API wait for it in the 'individual_det…
-
Is there anyone who would be interested in taking on an Indonesian localization of the application - adding a new language string, for whichever commonly spoken language you are most comfortable with?…
-
ada masalah saat instal xendit.net di Visual studio, apakah in ada pengaruh nya, soal nya untuk Macross.Json.Extensions tidak ad package terkait sistem eproperty, malah macross in ad sinkron ma xendit…
-
-
When we want to create invoice via https://api-sandbox.duitku.com/api/merchant/createInvoice
Based on this docs: https://docs.duitku.com/pop/id/#create-invoice
We required to send email parameter …
-
I'm trying to use xendit-go with simple code like below
```
data := invoice.CreateParams{
ExternalID: sop.ID,
Amount: sop.TotalAmount,
PayerEmail: sop.AccountID,
De…