51.4.7. エンドポイント接頭辞 merchantAccount
以下のエンドポイントは、以下のように接頭辞 merchantAccount で呼び出すことができます。
braintree://merchantAccount/endpoint?[options]
エンドポイント | 短縮エイリアス | オプション | 結果ボディーのタイプ |
---|---|---|---|
create |
| request | com.braintreegateway.Result<com.braintreegateway.MerchantAccount> |
createForCurrency | currencyRequest | com.braintreegateway.Result<com.braintreegateway.MerchantAccount> | |
find |
| id | com.braintreegateway.MerchantAccount |
更新 |
| id、request | com.braintreegateway.Result<com.braintreegateway.MerchantAccount> |
merchantAccountの URI オプション
Name | Type |
---|---|
id | 文字列 |
request | com.braintreegateway.MerchantAccountRequest |
currencyRequest | com.braintreegateway.MerchantAccountCreateForCurrencyRequest |