method to paypal and the redirect_url to the endpoint of your application that can handle the customer returning once they’ve completed approving the transaction on paypal.com.
See the POST /transactions API endpoint for more details.
status set to buyer_approval_pending as well as a payment_method.approval_url.
store=true parameter to each request to vault a buyer’s PayPal account for future use.
This does require you to tick the Payment tokenization toggle for your PayPal connection in your dashboard.

payment_method.approval_url. After they’ve authenticated themselves, the customer will be redirected back to the redirect_url that you set when creating the transaction.
redirect_url will be appended with the gr4vy_transaction_id.
gr4vy_transaction_status in this callback, it’s recommended to also fetch the latest status via the API, as the status may have changed since.