Files
components/LiteCharms.Features.Tests/http/midrandshop-api/app.http
T
Khwezi Mngoma 0a95df4c39
continuous-integration/drone/pr Build is passing
Added midrand shop .http test folder
2026-06-03 00:22:44 +02:00

9 lines
400 B
HTTP

## Payfast Payment Confirmation
# This endpoint is used by Payfast to confirm the payment status of a transaction.
# It receives a POST request with the payment details and updates the order status accordingly.
POST {{baseUrl}}/v1/payments/payfast/confirm
Content-Type: application/x-www-form-urlencoded
amount={{amount}}&item_name={{item_name}}&m_payment_id={{paymentId}}&signature={{signature}}