{
  "amount": 100,
  "currency": "USD",
  "email": "payout_customer@example.com",
  "name": "John Doe",
  "phone": "999999999",
  "phone_country_code": "+65",
  "description": "Payout link test request",
  "billing": {
    "address": {
      "line1": "1467",
      "line2": "Harrison Street",
      "line3": "Harrison Street",
      "city": "San Francisco",
      "state": "NY",
      "zip": "94122",
      "country": "US",
      "first_name": "John",
      "last_name": "Doe"
    },
    "phone": {
      "number": "9123456789",
      "country_code": "+91"
    }
  },
  "entity_type": "Individual",
  "recurring": false,
  "metadata": {
    "ref": "123"
  },
  "payout_link": true,
  "confirm": false,
  "auto_fulfill": false
}
