BNPL API
Redirect URLsFAQ
BNPL API
Redirect URLsFAQ
instacash doc
  1. Shipping Address
  • Back to home
  • One Click V2 (BETA)
    • Available By Contact Info
      GET
    • Login
      POST
    • Complete Login
      POST
    • Available By Customer API Key
      GET
    • Refresh
      POST
    • Calculation
      POST
    • Create Application
      POST
    • Signing
      POST
    • Approve
      POST
  • Shipping Mode
    • List Shipping Modes
      GET
    • Get Shipping Mode
      GET
    • Add Shipping Mode
      POST
    • Edit Shipping Mode
      PATCH
    • Delete Shipping Mode
      DELETE
  • Shipping Address
    • List Addresses
      GET
    • Add Address
      PUT
  • In Store Pickup
    • List In Store Pick Up Points
      GET
    • Get In Store Pick Up Point by ID
      GET
    • Add In Store Pick Up Point
      POST
    • Edit In Store Pick Up Point Copy
      PATCH
    • Delete In Store Pick Up Point Copy Copy
      DELETE
  1. Shipping Address

List Addresses

Developing
STAGING Gateway
https://gateway-staging.milpay.hu
STAGING Gateway
https://gateway-staging.milpay.hu
GET
https://gateway-staging.milpay.hu
/bnpl/external/one-click/v2/address

Request

Authorization
or

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://gateway-staging.milpay.hu/bnpl/external/one-click/v2/address'
Response Response Example
[
    {
        "id": "string",
        "created": "string",
        "customerId": "string",
        "country": "string",
        "city": "string",
        "region": "string",
        "zip": "string",
        "street": "string",
        "street2": "string",
        "street3": "string"
    }
]
Previous
Delete Shipping Mode
Next
Add Address
Built with