payment_link that the user must be redirected to in order to complete the payment.redirection_urls. Status changes throughout the lifecycle of the deposit are notified asynchronously through the Fiat Transfer Update webhook.curl --location 'https://test.whitelabel.bitpanda.com/v1/fiat-transfers/deposits' \
--header 'bp-user-id: 12312312-2be6-4522-977e-ea4d92c45e86' \
--header 'Idempotency-Key: a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Content-Type: application/json' \
--data '{
"amount": "100.50",
"fiat_id": "4fbc982a-d8f3-431a-8f14-3ed5d8f23312",
"redirection_urls": {
"success": "https://partner.example.com/deposit/success",
"fail": "https://partner.example.com/deposit/fail"
}
}'{
"data": {
"id": "1ee9f3e7-74f6-69d4-ab33-f11031b04ebc",
"payment_link": "https://payments.bitpanda.com/checkout/abc123",
"amount": "100.50",
"fee": "1",
"status": "initiated"
}
}