Paymentinstructions
Payment instructions provide the required creation details for defining valid payment instruments for corresponding third-party payment providers.
Read Request Instructions Form
Provides the request payment instructions form for a third-party payment provider.
Workflow
- Start with payment method
GET
the link with rel: requestinstructionsform- Render the response
Response Fields
paymentinstructions.payment-method-configuration
Type: Name | Description | Type |
---|---|---|
billing-address | The billing address information used during the payment instrument creation process. | object |
name | The customer name. | object |
given-name | The person’s given name. | string |
family-name | The person’s family name. | string |
address | The customer address. Address field names are based on the v.card specification. For more information on this specification, see v.card. | object |
street-address | The street address. | string |
extended-address | An extra field for address information. This field is optional. | string |
locality | The city name. | string |
region | The region name. A region typically corresponds to a province or a state of a country. | string |
postal-code | The postal code or zip code. | string |
country-name | The country name. | string |
phone-number | The phone number. | string |
organization | The organization. | string |
Request Payment Instructions
Provide the form to request payment instructions for a third-party payment provider.
Workflow
- Start with payment method
GET
the link with rel: requestinstructionsform- Fill out the form
POST
the form using the link with rel: requestpaymentinstructionsaction
Request Fields
paymentinstructions.payment-method-configuration
Type: Name | Description | Type |
---|---|---|
billing-address | The billing address information used during the payment instrument creation process. | object |
name | The customer name. | object |
given-name | The person’s given name. | string |
family-name | The person’s family name. | string |
address | The customer address. Address field names are based on the v.card specification. For more information on this specification, see v.card. | object |
street-address | The street address. | string |
extended-address | An extra field for address information. This field is optional. | string |
locality | The city name. | string |
region | The region name. A region typically corresponds to a province or a state of a country. | string |
postal-code | The postal code or zip code. | string |
country-name | The country name. | string |
phone-number | The phone number. | string |
organization | The organization. | string |