I am using checkout-api for get payment url … where I have applied mobile, email, f name, l name. Email and mobile successfully filled automatically at payment url but F name & L name are not filled …`
{
"description": "15 min Podcast",
"payment_note": "Test Notes",
"idempotency_key": "ce1b5374-fb65-41a6-8ec0-247d41dd4549",
"quick_pay": {
"price_money": {
"amount": 1,
"currency": "AUD"
},
"location_id": "LG1W290W8KQ9Q",
"name": "15 min Podcast"
},
"checkout_options": {
"allow_tipping": false,
"redirect_url": "https://poddiy.com.au/"
},
"pre_populated_data": {
"buyer_address": {
"address_line_1": "",
"first_name": "jaimin",
"last_name": "patel"
},
"buyer_email": "[email protected]",
"buyer_phone_number": "61870780313"
}
}
`