Porta Plus 2 Web Services

<back to all web services

StripePaymentRequest

The following routes are available for this service:
POST/ChargeStripeCustomerCard

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/oneway/StripePaymentRequest HTTP/1.1 
Host: 7el.co 
Content-Type: text/jsv
Content-Length: length

{
	Customer: 
	{
		CustomerAddress: 
		{
			Address1: String,
			Address2: String,
			Address3: String,
			Address4: String,
			City: String,
			Region: String,
			Postcode: String,
			Country: String,
			Town: String
		},
		CustomerContact: 
		{
			Email: String,
			BCC: String,
			EmailFrom: String,
			Phone1: String,
			Phone2: String,
			Contact1: String,
			Contact2: String,
			Fax: String
		},
		CustomerStatus: 
		{
			OpeningBalance: 0,
			Balance: 0,
			CreditLimit: 0,
			DiscountRate: 0,
			ServiceFeatures: 
			[
				{
					Name: String,
					FlagValue: String,
					ServiceAttributes: 
					{
						String: 
						[
							String
						]
					}
				}
			],
			BillStatus: String,
			BilledTo: String,
			CreditLimitWarning: String,
			ISO4217: String
		},
		Preferences: 
		{
			SendStatistics: String,
			MaxAbbreviatedLength: 0,
			OutDateFormat: String,
			OutDateTimeFormat: String,
			OutTimeFormat: String,
			InDateFormat: String,
			InTimeFormat: String,
			DiallingRule: 
			{
				CC: String,
				AC: String,
				IA: 0,
				OP: String,
				DP: String,
				IP: String,
				EM: String,
				EX: String,
				NL: 0,
				CT: 0,
				CS: 0,
				CSDR: 0,
				CSS: 0,
				CSP: String,
				CSPS: String,
				CSL: String,
				NEX: String
			},
			IMoh: 0,
			SendInvoices: String,
			ITimeZone: 0,
			IUITimeZone: 0,
			CustomerType: 0,
			IVDPlan: 0,
			CldTranslationRule: String,
			MapSendInvoices: String,
			MapSendStatistics: String
		},
		PersonalInformation: 
		{
			FirstName: String,
			MiddleInitials: String,
			LastName: String,
			Salutation: String,
			Company: String,
			Login: String,
			Password: String,
			Name: String,
			TaxId: String,
			IMoh: 0
		},
		ICustomer: 0,
		IParent: 0,
		Notes: String
	},
	apiSingleUseToken: String,
	ICustomer: 0,
	StripeSourceId: String,
	ShoppingInformation: 
	[
		{
			Title: String,
			Quantity: 0,
			MonthlyFee: 0,
			SetupFee: 0,
			DisplayIndex: 0,
			Key: String,
			AdditionalInformation: 
			[
				String
			],
			PartId: 0,
			VatApplicable: False,
			Currency: String,
			TransactionCharge: 0,
			VoucherCredit: 0,
			AdvancePeriod: 0,
			ItemSubTotal: 0
		}
	],
	GetCustomerCardInformation: False,
	CustomerId: String,
	CardInfo: String,
	IsDelete: False,
	SuccessUrl: String,
	CancelUrl: String,
	PaymentMethod: String,
	License: String,
	ContentId: 0,
	FeatureName: String
}