Hello everyone can you guys help in configuring payment methodes inside my oline store.
09-16-2020 08:50 AM
A payment method contains reusable payment method details for creating payments (e.g., card expiration date or billing address), it does not include transaction-specific information (e.g., amount, currency. A payment method is attached to a PaymentIntent to represent the Each payment method has an attribute (e.g., "type": "sepa_debit" ) and an additional hash whose name matches the type and contains information specific to the payment method type sepa_debit": Example of a sepa_debit PaymentMethod object.
10-17-2020 11:19 PM