Skip to main content
Version: 1.0.0

Get Deposit Withdraw Status

POST 

/deposit-withdraw-status

This is used to get the details of the deposit and withdrawal requests initiated by the customers. This also gives the current status of the requests made by customers.

Request

Body

    customerNumber stringrequired

    The customer number

    startDate stringrequired

    Possible values: Value must match regular expression ^[0-9]{4}/(0[1-9]|1[0-2])/(0[1-9]|[1-2][0-9]|3[0-1])$

    Example: 2022/04/04

    endDate stringrequired

    Possible values: Value must match regular expression ^[0-9]{4}/(0[1-9]|1[0-2])/(0[1-9]|[1-2][0-9]|3[0-1])$

    Example: 2022/04/04

Responses

OK

Schema
    status stringrequired

    Possible values: non-empty, [SUCCESS, FAILED]

    reason string

    Possible values: non-empty

    rejectCode number

    Find error codes here)

    list object[]

    Possible values: >= 1

  • Array [
  • requestId string

    Possible values: non-empty

    date string

    Possible values: non-empty

    paymentMethod number

    Possible values: [0, 1, 2]

    0 (Cheque) | 1 (Bank) | 2 (Cash)

    currency string

    Possible values: non-empty

    amount number
    status number

    Possible values: [1, 2, 3, 4, 5, 6]

    1 (Pending) | 2 (Processed) | 3 (Approved) | 4 (L2 Approved) | 5 (Cancelled) | 6 (Rejected) |

    narration string
    referenceNumber string
    type string

    Possible values: [WITHDR, DEPOST]

    WITHDR - withdraw | DEPOST - deposit

  • ]
Loading...
Is this page helpful for you?