POST v1/ProfilePersons/{id}/SavedPaymentMethods/PayPalStandardSPM
Create PayPal Standard checkout Saved Payment Method for the Person
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SPMStandardPaymentTokenInput| Name | Description | Type | Additional information |
|---|---|---|---|
| vaultSetupToken | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"vaultSetupToken": "sample string 1"
}
text/html
Sample:
{"vaultSetupToken":"sample string 1"}
application/xml, text/xml
Sample:
<v1_ProfilePersons_ProfilePersonEndpointController.SPMStandardPaymentTokenInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_ProfilePersons_ProfilePersonEndpoint"> <vaultSetupToken>sample string 1</vaultSetupToken> </v1_ProfilePersons_ProfilePersonEndpointController.SPMStandardPaymentTokenInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.