Skip to content
#

payments

Here are 1,067 public repositories matching this topic...

alexbosworth
alexbosworth commented Dec 19, 2021

In the output of list channels the private/public status of the channel is returned, but in the output of pending channels the status is not revealed. To allow for recognizing a pending open channel as a private requires waiting for the channel to confirm.

Ideally the PendingChannelsResponse would include the channel flags or the private/public status of the channel to know which type of chan

therefromhere
therefromhere commented Nov 18, 2019

in WebhookEventTrigger.from_request we log the webhook request IP address, but we extract it in a simplistic way:

https://github.com/dj-stripe/dj-stripe/blob/0dd7925602e9b2ac693391fc9c02c4d87b97f5a9/djstripe/models/webhooks.py#L86-L92

It might be useful to add a settings-overridable function here so that users could use django-ipware (https://github.com/un33k/django-ipware) etc to do a mor

Improve this page

Add a description, image, and links to the payments topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the payments topic, visit your repo's landing page and select "manage topics."

Learn more