Skip to content

Instantly share code, notes, and snippets.

@allsecure-pay
Created December 19, 2018 10:58
SecurePay-CURL (Status)
#!/bin/bash
if [ -z "$1" ]; then
echo "checkoutId required (usage: ./status.sh {checkoutId}"
else
curl https://test.oppwa.com/v1/checkouts/$1/payment
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment