How can we send additional metadata fields to Stripe payments from Shopify. Looking specifically to send customer.first_name and customer.last_name
Currently we are seeing the below on Stripe:
“metadata”: {
“email”: “test@test.com”,
“manual_entry”: “false”,
“order_id”: “dfshdsjdgjsdf”,
“shop_id”: “111111111”,
“shop_name”: “Test Store”
}