The make_payment API in Telgoo5 is used to capture payments, including credit/debit card transactions via integrated gateways like Stripe.
When using Stripe’s hosted payment page, card details are collected and processed directly by Stripe, and there’s no direct interaction with Telgoo5 for card info.
To address this, a modified version of the make_payment API can be used after the payment is completed on Stripe.
Key Points:
1. Recording Payment:
• Use the modified make_payment API to log the transaction in Telgoo5.
• Send "payment_method": "OTHER_PAYMENT_OPTION" and "payment_method_option": "STRIPE" to indicate that the payment was processed outside Telgoo5.
2. Saving Card Info:
• Provide the Stripe payment_method id in the "transaction_id" field.
• Telgoo5 will retrieve customer and card details from Stripe to save for future payments.
• Set "save_card": "Y" to store the card information.
Click the button below to explore complete API documentation.