Attention: This feature is available only after approval by the manager. You can withdraw funds regularly from the payment instrument of the buyer without repeated entry of details and without participation of the payer to initiate the next payment. With such way of funds withdrawal the user should only confirm the first payment or linking of the payment instrument, all subsequent payments will be made without his/her participation.To create the first payment in the chain and to generate the payment token, pass
issue_payment_token: true in invoice/create or invoice/hold.
You will then receive a notification with payment_token inside ps_data. Save that token for subsequent charges.
Warning: Parameter payment_token is sent only after a successful transaction. For each following payment, submitpayment_token: "<payment token>"in invoice/create. The response may returnmethod: nullandurl: nullwhen no redirect to the payment page is required; the final result arrives via notification.