Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Payment Information
Returns profile information about the wire transfer and check payment info about the logged in doctor. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-payment-info/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
Result Description
Parameter Name | Description | Parameter Type | Example |
---|---|---|---|
Success | If the information was retrieved from the database or not | 0 (fail) or 1 (success) | 0 |
Message | If Success=0, this parameter contains the reason the api call failed. This is for feedback to the user. | String | Invalid LoginKey |
Wire Transfer Info (wire) | |||
WirePayTo | Wire Pay To | String | Aaron |
WireRouting | Wire Routing Number | String | 123456 |
WireAccount | Wire Account Number | String | 78901 |
WireBranch | Wire Branch | String | Rockville, MD |
WireEmail | Wire Email | String | [email protected] |
WireMessage | Wire Message | String | Deposit Immediately |
Check Payment Info (check) | |||
Payto | Check Pay To | String | Aaron |
AddressLine1 | Address Line 1 | String | 1101 Wooton Parkway |
AddressLine2 | Address Line 2 | String | Suite 900 |
City | City | String | Rockville |
State | State | String | MD |
ZipCode | Zip Code | String | 20852 |
Country | Country | String | USA |