SourceParams
Represents a grouping of parameters needed to create a Source object on the server.
Types
Information about the owner of the payment instrument that may be used or required by particular source types.
Properties
A Map of the parameters specific to the Source type.
The authentication flow
of the source to create. flow
is one of redirect
, receiver
, code_verification
, none
. It is generally inferred unless a type supports multiple flows.
Information about the owner of the payment instrument that may be used or required by particular source types.
Information about the items and shipping associated with the source. Required for transactional credit (for example Klarna) sources before you can charge it.
Either reusable
or single_use
. Whether this source should be reusable or not. Some source types may or may not be reusable by construction, while others may leave the option at creation. If an incompatible value is passed, an error will be returned.