amount: {
currency_code: currency,
value: (price / 100)
/* add "breakdown" object here with additional tax and pre-tax subtotal */
},
payment_instruction: {
disbursement_mode: "INSTANT",
platform_fees: [{
amount: {
currency_code: currency,
value: /* This amount should be everything the first party is intended to collect. Fees, and any taxes if applicable. */
}
}]
},
}