POST v1/ProfilePersons/{id}/OrderHistory/MakePayment/BulkOrder/ProcessRemoteResponse
Process the remote hosted payment response for bulk payments.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
bulkRemotePaymentResponseInputName | Description | Type | Additional information |
---|---|---|---|
responseData | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "responseData": "sample string 1" }
text/html
Sample:
{"responseData":"sample string 1"}
application/xml, text/xml
Sample:
<v1_ProfilePersons_ProfilePersonEndpointController.bulkRemotePaymentResponseInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ProfilePersons_ProfilePersonEndpoint"> <responseData>sample string 1</responseData> </v1_ProfilePersons_ProfilePersonEndpointController.bulkRemotePaymentResponseInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
bulkRemotePaymentResponseOutputName | Description | Type | Additional information |
---|---|---|---|
id |
The ID of created payment |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1 }
text/html
Sample:
{"id":1}
application/xml, text/xml
Sample:
<v1_ProfilePersons_ProfilePersonEndpointController.bulkRemotePaymentResponseOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ProfilePersons_ProfilePersonEndpoint"> <id>1</id> </v1_ProfilePersons_ProfilePersonEndpointController.bulkRemotePaymentResponseOutput>