File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22source " ../config.sh"
33
4- curl -X GET " https://api.nexmo.com/verify/psd2/json?& api_key=$NEXMO_API_KEY & api_secret=$NEXMO_API_SECRET & number=$RECIPIENT_NUMBER & payee=AcmeInc& amount=12.34& workflow_id=$WORKFLOW_ID "
4+ curl -X POST " https://api.nexmo.com/verify/psd2/json" -d api_key=$NEXMO_API_KEY -d api_secret=$NEXMO_API_SECRET -d number=$RECIPIENT_NUMBER -d payee=AcmeInc -d amount=12.34 -d workflow_id=$WORKFLOW_ID
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22source " ../config.sh"
33
4- curl -X GET " https://api.nexmo.com/verify/psd2/json?& api_key=$NEXMO_API_KEY & api_secret=$NEXMO_API_SECRET & number=$RECIPIENT_NUMBER & payee=AcmeInc& amount=12.34"
4+ curl -X POST " https://api.nexmo.com/verify/psd2/json" -d api_key=$NEXMO_API_KEY -d api_secret=$NEXMO_API_SECRET -d number=$RECIPIENT_NUMBER -d payee=AcmeInc -d amount=12.34
You can’t perform that action at this time.
0 commit comments