Geolocations
Overview
Adding Geolocation to a Payment
Header format
X-Bunq-Geolocation: {latitude} {longitude} {altitude} {radius} {country}X-Bunq-Geolocation: 52.0907 5.1214 0 50 NLField
Type
Description
Example: Creating a Payment with Geolocation
POST /v1/user/{userID}/monetary-account/{monetaryAccountID}/payment
Headers:
X-Bunq-Geolocation: 52.0907 5.1214 0 50 NL
Body:
{
"amount": {
"currency": "EUR",
"value": "10.00"
},
"counterparty_alias": {
"type": "EMAIL",
"value": "[email protected]"
},
"description": "Lunch"
}Retrieving Payments with Geolocation
Response (excerpt)
Limitations
Last updated
Was this helpful?