POST v1/MembershipApplication/Checkout/ProcessRemoteResponse

Processes the remote payment response data for membership.

Request Information

URI Parameters

None.

Body Parameters

ProcessRemotePaymentResponseInputForMembership
NameDescriptionTypeAdditional 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_MembershipProducts_MembershipProductEndpointController.ProcessRemotePaymentResponseInputForMembership xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_MembershipProducts_MembershipProductEndpoint">
  <responseData>sample string 1</responseData>
</v1_MembershipProducts_MembershipProductEndpointController.ProcessRemotePaymentResponseInputForMembership>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProcessRemotePaymentResponseInputForMembership'.

Response Information

Resource Description

ProcessRemotePaymentResponseOutputForMembership
NameDescriptionTypeAdditional information
OrderId

The ID of created order

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "OrderId": 1
}

text/html

Sample:
{"OrderId":1}

application/xml, text/xml

Sample:
<v1_MembershipProducts_MembershipProductEndpointController.ProcessRemotePaymentResponseOutputForMembership xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_MembershipProducts_MembershipProductEndpoint">
  <OrderId>1</OrderId>
</v1_MembershipProducts_MembershipProductEndpointController.ProcessRemotePaymentResponseOutputForMembership>