sumup / sumup-ecom-php-sdk

SumUp eCom PHP SDK
Other
41 stars 18 forks source link

All for creating and modifying bank accounts in the merchant service #2

Closed terrypearson closed 5 years ago

terrypearson commented 5 years ago

One key feature of a merchant that is currently missing is the ability to /me/merchant-profile/bank-accounts to add/edit/delete bank accounts. It would be nice to have this.

Thanks!

lyubomir-sumup commented 5 years ago

Thank you for your feedback. Although we don't plan to support it natively in this SDK we'll provide an easy way to make requests to that endpoint. This will be available in the next rc version coming soon.

If you have any other requests or issues for this SDK don't hesitate to contact us.

terrypearson commented 5 years ago

Oh that would be great! Thanks for the response.

Do you know approximately when that would be? (Weeks, Months, Etc). Thank you so much, we are looking at moving to SumUp instead of Stripe and this would help a lot.

-Terry

lyubomir-sumup commented 5 years ago

Hopefully by the end of the month we will have a stable release and it'll include that functionality. I'll notify you in this thread when it's live.

Thank you for using SumUp

lyubomir-sumup commented 5 years ago

@terrypearson we now have a stable release, so you can use the Custom service for the endpoints that are not part of the core functionality of the SDK.

Here is a simple example:

$customService = $sumup->getCustomService();
$response = $customService->request('GET', '/v0.1/me/merchant-profile/bank-accounts');
terrypearson commented 5 years ago

Wonderful... Thank you!

On Wed, Feb 6, 2019, 3:33 AM lyubomir-sumup <notifications@github.com wrote:

@terrypearson https://github.com/terrypearson we now have a stable release, so you can use the Custom service https://github.com/sumup/sumup-ecom-php-sdk/blob/master/docs/reference/Custom.md for the endpoints that are not part of the core functionality of the SDK.

Here is a simple example:

$customService = $sumup->getCustomService(); $response = $customService->request('GET', '/v0.1/me/merchant-profile/bank-accounts');

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sumup/sumup-ecom-php-sdk/issues/2#issuecomment-460957192, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4e3mQU-AzuBaAY9DLp9E_6V1Tocgx3ks5vKqGFgaJpZM4aHOMW .