Refactored endpoint
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-02 08:10:30 +02:00
parent 60e916d972
commit fc2f457add
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
## 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}}