juspay/hyperswitch

[FEATURE] : add `offset` field to disputes list

Open

#3749 aperta il 21 feb 2024

Vedi su GitHub
 (18 commenti) (0 reazioni) (1 assegnatario)Rust (4676 fork)batch import
C-featuregood first issuehelp wanted

Metriche repository

Star
 (42.690 star)
Metriche merge PR
 (Merge medio 6g 22h) (213 PR mergiate in 30 g)

Descrizione

Feature Description

The disputes list endpoint currently has no field to specify offset, which would skip certain number of entries from the start. This is necessary in order to provide pagination support.

Possible Implementation

accept a field called offset which specifies the number of items to skip from the start.

This would be similar to the payments_list pagination. Refer here

Have you spent some time checking if this feature request has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

None

Guida contributor