mangopay2-python-sdk icon indicating copy to clipboard operation
mangopay2-python-sdk copied to clipboard

SDK Python for MANGOPAY

Results 17 mangopay2-python-sdk issues
Sort by recently updated
recently updated
newest added

Hello, I would like to know if its possible to filter `bankingAlias` (eg. I want to get only active `bankingAlias` with type IBAN). My current code looks like : ```python...

Hi! The project that I am currently working on used MangoPay, more precisely, the creation of Legal Users. We were recently notified that MangoPay will introduce SCA and I see...

### Context `TransferRefund` model it's using the same URL for both creating and getting info for a given transfer refund. But the endpoints are different: * https://docs.mangopay.com/api-reference/refunds/create-refund-payin * https://docs.mangopay.com/api-reference/refunds/view-refund When...