Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bank code not supported #30

Open
MaulanaAhmadSulami opened this issue Sep 3, 2024 · 0 comments
Open

Bank code not supported #30

MaulanaAhmadSulami opened this issue Sep 3, 2024 · 0 comments

Comments

@MaulanaAhmadSulami
Copy link

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, yaitu That bank code is not currently supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant