diff --git a/src/sdk.js b/src/sdk.js index 789b94ad..76026b57 100644 --- a/src/sdk.js +++ b/src/sdk.js @@ -415,17 +415,17 @@ const endpointDefinitions = [ }, { apiName: 'api', - path: 'stripe_account/fetch_details', + path: 'stripe_account/update', internal: false, - method: 'get', - interceptors: [new TransitResponse()], + method: 'post', + interceptors: [new TransitResponse(), new TransitRequest()], }, { apiName: 'api', - path: 'stripe_account/update', + path: 'stripe_account_object/fetch', internal: false, - method: 'post', - interceptors: [new TransitResponse(), new TransitRequest()], + method: 'get', + interceptors: [new TransitResponse()], }, { apiName: 'api',