Skip to content

Instantly share code, notes, and snippets.

@ninnzz
Last active September 30, 2018 09:35
Show Gist options
  • Save ninnzz/fd6d10dec9528ea74c33bb931b504992 to your computer and use it in GitHub Desktop.
Save ninnzz/fd6d10dec9528ea74c33bb931b504992 to your computer and use it in GitHub Desktop.
# https://9bd1eb7b.ngrok.io
# https://f0315547.ngrok.io/api/out/pay
# POST https://f0315547.ngrok.io/api/out/register
#
# REQUIRED
# {
# "mobile_number": "09171234567"
# }
# OPTIONAL
# {
# "fname": "ninz",
# "lname": "ninz ninz",
# "birthday": "1992-01-01",
# "address": "hello helo hello"
# "postal_code": 1234
# }
{
"data": {
"amount": 20,
"biller_code": null,
"created_at": "2018-09-30T05:22:17Z",
"description": null,
"message": null,
"name": null,
"procid": null,
"reference_number": null,
"status": "pending",
"transaction_id": "wPul5WDmCd4nVeTjEyRXXLYOh9E41DJO",
"transaction_url": "http://pgi-test.bayadcenter.net/pgi/IZJW1N6LUGV5VHMG",
"type": null,
"user_id": 1000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment