Skip to main content

Download Payment Detail

POST 

/v1/bill_center/payment/download_detail

Download payment detail file

Request

Body

required

    merchant_id string

    non-empty

    Merchant ID

    payment_date string

    non-empty, Value must match regular expression ^(\d{4})-(\d{2})$

    Payment date (YYYY-MM)

Responses

OK

Response

    payment_details

    object[]

  • Array [

  • payment_no string

    Payment number

    download_url string

    Download URL

  • ]

Loading...