Top Up
purchase_units: [{
amount: {
currency_code: "EUR",
value: [totalAmount]/100,
breakdown: {
item_total: { value: [totalAmount]/100, currency_code: 'EUR' }
}
},
items: [
{
name: 'Ellipsis Balance',
unit_amount: { value: 0.01, currency_code: 'EUR'},
quantity: [totalAmount],
description: [userId]
}
],
}]Last updated