Create a payment instrument
Tokenization
tokenization-form-sandbox.synswi.com/card-form
and tokenization-form-sandbox.synswi.com/bank-form
with query parameter accountId
1.
2.
submit_form
to iframe3.
tokenization_success
to get the paymentInstrumentId
1.
{
paymentInstrumentId: "string",
type: "tokenization_success"
}
2.
{
message: "string",
type: "tokenization_failure"
}
3.
{
height: "number",
type: "set_height"
}
1.
2.