Retrieve the payment history for a specific user by their UUID.
Use your Simiz API key as the Bearer token.
Keys starting with smz_test_sk_ target sandbox, smz_live_sk_ target production.
UUID of the user
"550e8400-e29b-41d4-a716-446655440000"
List of payments for this user
Unique payment token
"pay_abc123xyz789"
5000
"XAF"
Transaction lifecycle:
PENDING — Awaiting payer confirmationPROCESSING — Payment being processed by providerCOMPLETED — Payment received successfullyFAILED — Payment failedCANCELLED — Cancelled by merchant or payerEXPIRED — Payer did not confirm in timeREFUNDED — Fully refundedPARTIALLY_REFUNDED — Partially refundedPENDING, PROCESSING, COMPLETED, FAILED, CANCELLED, EXPIRED, REFUNDED, PARTIALLY_REFUNDED Payment methods supported (backend Prisma enum):
ORANGE_MONEY — Orange MoneyMTN_MOMO — MTN Mobile MoneyUNKNOWN — Fallback / not yet determinedORANGE_MONEY, MTN_MOMO, UNKNOWN URL to redirect the customer for payment
Whether this is a production transaction