#DJ-multibanco
1 messages · Page 1 of 1 (latest)
Hi there, thanks for responding.
Do you mind elaborating a bit more on what this means? Do we happen to have any documentation pointing to this ? TIA
not a lot since Sources are entirely deprecated nowadays, this payment method is unloved unfortunately
mostly it comes down to understanding this part of the object : https://stripe.com/docs/api/sources/object#source_object-receiver
you "recieve" funds when the customer pushes them, which updates the Source and can make it chargeable
so in your case you might end up with for example amount_received: 10500 and amount_charged:10000