Creates a payin (payment intent) for an order. Requires order_id and either type or gateway_id.
For card payments, the response includes a direct_link to the payment page.
For bank wire payments, the response includes bank transfer details in provider.
Use your account's Secret Key as the Bearer token.
ID of the order to pay.
4950
Payment method type. Valid values include BANKWIRE, WALLET, and any registered gateway type for the account
(e.g. REDSYS_V2, ADDON, ADDON_V2, ADDON_ICE, ADDON_HPP, ADDON_APPLE_PAY, AZUPAY, DCP, EPX,
REDSYS_APPLE_PAY, REDSYS_AUTH, STRIPE, DOCOMO, SIBS_MBWAY, SIBS_MULTIBANCO, SEQURA, UNNAX,
PAYPAL, BIZUM, INESPAY).
"REDSYS_V2"
Gateway ID to use. Alternative to type.
Saved card ID to charge (for recurring or one-click payments).
Wallet ID to debit. Required when type is WALLET.
Set to 1 to tokenize and save the card for future use.
0, 1 Payin created
"/2.0/payins/456"
Provider's payment reference ID.
Payment method type (e.g. CARD, BANKWIRE, WALLET).
CREATED, AUTHORIZED, CONFIRMED, DENIED, REFUNDED, CANCELLED Raw provider response data.
Payment page URL. Only present when status is CREATED or AUTHORIZED.
Hypermedia links to related resources.