Documentation Index
Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Payin status updates
New- Added
REFUND_INITIATEDstate to the payin status flow. Payin status now moves throughREFUND_INITIATEDbefore reachingREFUNDED. - Updated Status Reference to reflect the new flow.
Refund reason updates
New-
Added
refund_reasonfield to payin refund events. Available in:- API Responses: Fetch payin and Payin history endpoints.
- Webhook Payloads: Payin events for
REFUND_INITIATEDandREFUNDEDstates.
-
Possible
refund_reasonvalues:INCORRECT_AMOUNT- The amount transferred does not match the expected amount for the payin quotation.PAYMENT_FROM_NON_WHITELISTED_ACCOUNT- Payment came from an account not whitelisted for the customer.THIRD_PARTY_PAYMENT- Payment came from a third-party account not associated with the customer.
Selfie verification updates
New- Added Update Selfie Information endpoint. Customers can update selfie data up to 3 times.
- Added
SELFIE_VERIFICATION_FAILEDfailure reason to the KYC process. Returned when:- Selfie image quality is poor or the face is not clearly visible.
- Selfie does not match the photo on submitted KYC documents.
- Updated Failure Reason Reference to include
SELFIE_VERIFICATION_FAILED.
Webhooks metadata
Improved- Updated Webhooks docs with metadata field details:
- Payin Events:
failure_reasonforFAILEDevents,refund_reasonforREFUND_INITIATEDandREFUNDEDevents. - Customer Events:
failure_reasonforFAILEDevents (includingSELFIE_VERIFICATION_FAILED). - Bank Events:
failure_reasonforFAILEDevents.
- Payin Events:
- Added webhook payload examples with actual failure and refund reason values.

