BNPL API
Redirect URLsFAQ
BNPL API
Redirect URLsFAQ
instacash doc
  1. In Store Pickup
  • One Click V2 (BETA)
  • One Click V2 (BETA)
  • One Click V2
  • Shipping Mode
  • Shipping Address
  • 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. In Store Pickup

Add In Store Pick Up Point

Developing
STAGING Gateway
https://gateway-staging.milpay.hu
STAGING Gateway
https://gateway-staging.milpay.hu
POST
https://gateway-staging.milpay.hu
/bnpl/external/one-click/in-store-pickup/{shippingModePublicId}

Request

Authorization
API Key
Add parameter in header
X-Api-Key
Example:
X-Api-Key: ********************
or
Path Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://gateway-staging.milpay.hu/bnpl/external/one-click/in-store-pickup/' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "description": "string",
    "openingHours": "string",
    "country": "st",
    "city": "string",
    "region": "st",
    "zip": "string",
    "street": "string",
    "street2": "string",
    "street3": "string"
}'
Response Response Example
{
    "publicId": "string",
    "shippingModePublicId": "string",
    "description": "string",
    "openingHours": "string",
    "country": "string",
    "region": "string",
    "zip": "string",
    "street": "string",
    "street2": "string",
    "street3": "string"
}
Previous
Get In Store Pick Up Point by ID
Next
Edit In Store Pick Up Point Copy
Built with