Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.76 KB

File metadata and controls

24 lines (23 loc) · 1.76 KB

# ResponsePaymentDetailsMerpay

Properties

Name Type Description Notes
type string Payment method type.
email string Customer's email address. Will be used for fraud prevention and payment receipt.
transaction_key string Transaction key returned by Merpay. [optional]
redirect_url string URL to redirect the customer to for completing the Merpay payment. [optional]
shipping_address_name string Shipping address name. This is the recipient's name. [optional]
shipping_address_line1 string Shipping address line 1. [optional]
shipping_address_line2 string Shipping address line 2. [optional]
shipping_address_city string Shipping address city. [optional]
shipping_address_state string Shipping address state. [optional]
shipping_address_zip string Shipping address ZIP code. [optional]
shipping_address_country string Shipping address country. [optional]
billing_address_name string Billing address name. This is the paying customer's name. [optional]
billing_address_line1 string Billing address line 1. [optional]
billing_address_line2 string Billing address line 2. [optional]
billing_address_city string Billing address city. [optional]
billing_address_state string Billing address state. [optional]
billing_address_zip string Billing address ZIP code. [optional]
billing_address_country string Billing address country. [optional]
[Back to Model list] [Back to API list] [Back to README]