Add Hosted Payment Page (iframe & redirect) sample to catalog#18
Open
RadoslavSheytanovGP wants to merge 1 commit into
Open
Add Hosted Payment Page (iframe & redirect) sample to catalog#18RadoslavSheytanovGP wants to merge 1 commit into
RadoslavSheytanovGP wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the new hpp-links-iframe-redirect sample to the org profile catalog, under Integration Samples → Online Payments (next to Pay by Link, since both are built on the GP API Links API).
Why
This is a new GP API sample demonstrating the Hosted Payment Page flow — the merchant server creates a
HOSTED_PAYMENT_PAGElink via the Links API, and the customer pays on a Global-Payments-hosted page shown either in an iframe or via a full-page redirect. Card data, 3-D Secure, saved cards, wallets, DCC and APMs are all handled on the hosted page, so no card fields touch the merchant server. It ships identical implementations across five backends: .NET, Java, Node.js, PHP, and Python.Reviewer notes — how this reaches the live samples site
The samples portal is now driven live from the GitHub org REST API, so it has no static project list to edit. For the project card to render on the site, the repo itself needs a
descriptionand topics set (it currently has neither). Those are prepared and will be applied once this PR is approved, so the card goes live only after sign-off.Proposed repo metadata (for reference):
GP API Hosted Payment Page sample — create a HOSTED_PAYMENT_PAGE link via the Links API and take payment in an iframe or full-page redirect, across five backends.lang-dotnet,lang-java,lang-nodejs,lang-php,lang-python,hosted-payment-page,links-api,3d-secure,iframe,redirect,webhooks