Starting from June 26, 2023, Solidgate will require the payment_type parameter in all recurring payments.
To ensure the highest level of service and conversion on recurring payments, we kindly ask you to always include the correct value in the <payment_type> parameter based on the type of transaction you initiate (e.g., 1-click, recurring, installment, rebill, retry).
After June 26, 2023, we will decline all recurring payments that do not comply with the the specified rule.
payment_type:
Enum: "1-click" "recurring" "retry" "installment" "rebill"
The value must be required if card_CVV is not provided.
1-click - customer-initiated payment
recurring - merchant-initiated subscription payment
retry - retry of the merchant-initiated payment
installment - merchant-initiated debit for credit/installment (Financial institutions)
rebill - not regular cash withdrawals (depending on the trigger, the frequency and amount of write-offs, in this case, is determined by the point of sale itself)
{ "amount": 1020, "currency": "EUR", "order_id": "1672068260960AlexKhoRecurring11", "order_description": "Premium package", "payment_type": "1-click", "recurring_token": "7ats8da7sd8-a66dfa7-a9s9das89t", "customer_email": "test@solidgate.com", "ip_address": "8.8.8.8", "platform": "WEB", }
In case of technical set app kindly find the regarding article.