Payins
Create payin
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.
post/payins
Request body
Example request
{
"order_id": 4950,
"type": "REDSYS_V2",
"save_card": 1
}Response
Payin created
Example response
{
"self": "/2.0/payins/456"
}