#gav-govuk-pay
1 messages · Page 1 of 1 (latest)
hi @signal saddle info on the service here: https://www.payments.service.gov.uk/
Tech docs here: https://docs.payments.service.gov.uk/quick_start_guide/#the-gov-uk-pay-api
Take and process online payments from your users - GOV.UK Pay is a free and secure online payment service for government and public sector organisations.
Can you explain some more about your planned integration, specifically the Connect part
I plan to use this model (type 2) https://govukpay-docs.cloudapps.digital/account_structure/#type-2-gov-uk-pay-combined-psp-combined
So essentially I will have a single payment portal which can be used for a range of services. I will use a web app to capture info about the user and their service, redirect to the GOV.UK Pay portal and use the custom metadata fields from the GOV.UK Pay API to pass specific info on the payment.
Behind the scenes, the GOV.UK Pay service uses Stripe to payout all payments made that day in bulk pay to my Connected account (which will be a Stripe account).
I want to further Connect accounts to this Stripe account for each seller. I want to then automatically split each sellers payments from the daily bulk payment through using the custom metadata. As all payment functionality and accounts are Stripe based I was hoping I could access and use this custom metadata rather than develop my own payment logic application/API
🤯
Sorry, really struggling to understand the Stripe ask here
I want to further Connect accounts to this Stripe account for each seller.
I'm not sure what this means
This is my "ask" as I can't find this anywhere, which probably means no.
"Stripe Connect" is used to payout the user payments into the connected account. I'm trying to find out what data is passed with this payment essentially
I've engaged with GOV.UK Pay support to see if they can help