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
import { ModalCheckout, Event } from "@bambora/checkout-sdk-web";
var checkout = ModalCheckout("c47-baf353d7-d475-4664-bc89-5541b9ed9d81");
checkout.on(
Event.Authorize,
function(payload) {
console.log("payload", payload);
// The transaction ID is logged to the console upon authorisation.
}
);
checkout.show();
For Testing, I used this curl cmd to generate a session token
Hi,
Trying to use this Library on React-native
For Testing, I used this curl cmd to generate a session token
Trying to call the payment but getting an error
The text was updated successfully, but these errors were encountered: