We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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? 👍
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
@DerMika Yes, exactly 👍
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
No branches or pull requests
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? 👍
The text was updated successfully, but these errors were encountered: