Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PNR_AddMultiElements - Credit Card Holder #69

Closed
bimusiek opened this issue Apr 26, 2017 · 3 comments
Closed

PNR_AddMultiElements - Credit Card Holder #69

bimusiek opened this issue Apr 26, 2017 · 3 comments

Comments

@bimusiek
Copy link
Collaborator

bimusiek commented Apr 26, 2017

Hey, I see that there is CVV code, however, there is no implementation for credit card holder 😞

As Ryanair requires it with Light Ticketing, could you please implement it? 👍

@DerMika
Copy link
Collaborator

DerMika commented Apr 26, 2017

To be clear, is this example from the extranet what you're looking for?

<PNR_AddMultiElements>
	<pnrActions>
		<optionCode>0</optionCode>
	</pnrActions>
	<dataElementsMaster>
		<marker1/>
		<dataElementsIndiv>
			<elementManagementData>
				<segmentName>FP</segmentName>
			</elementManagementData>
			<formOfPayment>
				<fop>
					<identification>CC</identification>
					<creditCardCode>VI</creditCardCode>
					<accountNumber>4444330322221117</accountNumber>
					<expiryDate>1216</expiryDate>
				</fop>
			</formOfPayment>
			<fopExtension>
				<fopSequenceNumber>1</fopSequenceNumber>
				<newFopsDetails>
					<cvData>123</cvData>
					<chdData>BERNDMUELLER</chdData>
				</newFopsDetails>
			</fopExtension>
		</dataElementsIndiv>
	</dataElementsMaster>
</PNR_AddMultiElements>

@bimusiek
Copy link
Collaborator Author

@DerMika Yes, exactly 👍

@DerMika
Copy link
Collaborator

DerMika commented Apr 27, 2017

Ok, support for credit card holder name is now added on the master branch. Check out the docs for an example: https://github.com/amabnl/amadeus-ws-client/blob/master/docs/samples/pnr-create-modify.rst#form-of-payment-fp

@DerMika DerMika closed this as completed Apr 27, 2017
@DerMika DerMika added this to the 1.4.0 milestone May 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants