@@ -64,7 +64,7 @@ Upon visiting the URL, your customer is presented with a checkout page hosted on
64
64
response = client.post(' /checkout/hosted' , {
65
65
:charge => {
66
66
:customerId => customer_id, # associates this charge with a customer
67
- :currency => ' USD' , # specifies the billing currency
67
+ :billingCurrency => ' USD' , # specifies the billing currency
68
68
:lineItems => [{ # a list of line items included in this charge
69
69
:description => ' T-Shirt' ,
70
70
:netAmount => 10 , # denominated in the currency specified above
@@ -122,7 +122,7 @@ response = client.get('/wallets')
122
122
response = client.post(' /withdrawal' , {
123
123
:sourceAsset => ' USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN' , # withdraw from your USDC wallet
124
124
:sourceAmount => ' 100' ,
125
- :targetNetwork => ' BTC ' , # send to a BTC address
125
+ :targetNetwork => ' BITCOIN ' , # send to a Bitcoin address
126
126
:targetAccount => {
127
127
:address => ' bc1qj633nx575jm28smgcp3mx6n3gh0zg6ndr0ew23'
128
128
}
@@ -134,7 +134,7 @@ response = client.post('/withdrawal', {
134
134
response = client.post(' /withdrawal' , {
135
135
:sourceAsset => ' USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN' , # withdraw from your USDC wallet
136
136
:sourceAmount => ' 100' ,
137
- :targetNetwork => ' XLM ' , # send to a Stellar account
137
+ :targetNetwork => ' STELLAR ' , # send to a Stellar account
138
138
:targetAccount => {
139
139
:account => ' GDONUHZKLSYLDOZWR2TDW25GFXOBWCCKTPK34DLUVSOMFHLGURX6FNU6' ,
140
140
:memo => ' Exodus' ,
0 commit comments