Generate eCash Barcode
post
https://api.synapsefi.com
/v3.1/users/:user_id/nodes/:node_id/barcode
Barcode
HTTP
cURL
Python
JS
PHP
GO
POST /v3.1/users/5fd7acfd8677040053ad486d/nodes/5fd901bb20b3aa0bc7caee85/barcode HTTP/1.1
Host: uat-api.synapsefi.com
X-SP-USER-IP: 255.127.79.76
X-SP-USER: oauth_isTNxF03CIy0btQDHzlhG82Owm4uonfVUjE9SpPe|e83cf6ddcf778e37bfe3d48fc78a6502062fc
Content-Type: application/json
{
"amount": {
"amount": 100,
"currency": "USD"
},
"retailer_id": 2481
}
curl --location --request POST 'https://uat-api.synapsefi.com/v3.1/users/5fd7acfd8677040053ad486d/nodes/5fd901bb20b3aa0bc7caee85/barcode' \
--header 'X-SP-USER-IP: 255.127.79.76' \
--header 'X-SP-USER: oauth_isTNxF03CIy0btQDHzlhG82Owm4uonfVUjE9SpPe|e83cf6ddcf778e37bfe3d48fc78a6502062fc' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": {
"amount": 100,
"currency": "USD"
},
"retailer_id": 2481
}'
//
//
//
//
View Green Dot Locations
To view available Green Dot Locations, use our View ATMs endpoint. This endpoint shows locations that participate in both of Green Dot's available features: eCash and/or Swipe to Deposit.
Last modified 1yr ago