Created
October 1, 2014 17:57
-
-
Save Zettersten/2c1d688e42c6e733c2e3 to your computer and use it in GitHub Desktop.
'ThePlatform' - Capture
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Capture | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ | |
"capture" : { | |
"captureRequest" : { | |
"token" : "... Enter Token ...", | |
"transactionReferenceCode" : "cedc242e-ea22-4dd2-a769-22bd1a9c5f41" | |
} | |
} | |
} | |
/* | |
* Response Body | |
*/ | |
{ | |
"captureResponse":{ | |
"transactionReferenceCode":"cedc242e-ea22-4dd2-a769-22bd1a9c5f41" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment