Skip to main content

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_INITIATED state to the payin status flow. Payin status now moves through REFUND_INITIATED before reaching REFUNDED.
  • Updated Status Reference to reflect the new flow.

Refund reason updates

New
  • Added refund_reason field to payin refund events. Available in:
    • API Responses: Fetch payin and Payin history endpoints.
    • Webhook Payloads: Payin events for REFUND_INITIATED and REFUNDED states.
  • Possible refund_reason values:
    • 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_FAILED failure 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_reason for FAILED events, refund_reason for REFUND_INITIATED and REFUNDED events.
    • Customer Events: failure_reason for FAILED events (including SELFIE_VERIFICATION_FAILED).
    • Bank Events: failure_reason for FAILED events.
  • Added webhook payload examples with actual failure and refund reason values.