Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Fpx (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentAttemptRecord.PaymentMethodDetails.Fpx{
  account_holder_type: String.t() | nil,
  bank: String.t() | nil,
  transaction_id: String.t() | nil
}
  • account_holder_type - Account holder type, if provided. Can be one of individual or company. Possible values: company, individual. Nullable.
  • bank - The customer's bank. Can be one of affin_bank, agrobank, alliance_bank, ambank, bank_islam, bank_muamalat, bank_rakyat, bsn, cimb, hong_leong_bank, hsbc, kfh, maybank2u, ocbc, public_bank, rhb, standard_chartered, uob, deutsche_bank, maybank2e, pb_enterprise, or bank_of_china. Possible values: affin_bank, agrobank, alliance_bank, ambank, bank_islam, bank_muamalat, bank_of_china, bank_rakyat, bsn, cimb, deutsche_bank, hong_leong_bank, hsbc, kfh, maybank2e, maybank2u, ocbc, pb_enterprise, public_bank, rhb, standard_chartered, uob.
  • transaction_id - Unique transaction id generated by FPX for every request from the merchant Max length: 5000. Nullable.