You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saya mendapatkan error code dengan message That bank code is not currently supported padahal saya juga sudah mengikuti sesuai dengan Docs APInya dan error ini terjadi pada Live mode, saya juga sudah mengaktifkan pembayaran method virtual account untuk bank code Mandiri, BNI, dan BRI namun ketiga bank code itu mendapatkan error yang sama, yaitu That bank code is not currently supported
The text was updated successfully, but these errors were encountered:
Halo, disini saya mencoba untuk melakukan charge pada metode pembayaran virtual account menggunakan
` CreateVirtualAccountParameter parameter = new CreateVirtualAccountParameter
{
ExternalId = lInvoice.InvoiceCode,
BankCode = VirtualAccountEnum.BankCode.Mandiri,
Name = org.Name,
ExpectedAmount = (long)amount,
IsClosed = true,
IsSingleUse = true,
ExpirationDate = formattedExpDateVA,
};
VirtualAccountResponse virtualAccount = await _client.VirtualAccount.Create(parameter);`
Saya mendapatkan error code dengan message
That bank code is not currently supported
padahal saya juga sudah mengikuti sesuai dengan Docs APInya dan error ini terjadi pada Live mode, saya juga sudah mengaktifkan pembayaran method virtual account untuk bank code Mandiri, BNI, dan BRI namun ketiga bank code itu mendapatkan error yang sama, yaituThat bank code is not currently supported
The text was updated successfully, but these errors were encountered: