Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- result = authorize.Transaction.sale({
- 'amount': 40.00,
- 'credit_card': {
- 'card_number': '4222222222222',
- 'expiration_date': '04/2020',
- 'card_code': '343',
- },
- 'billing': {
- 'first_name': 'Rob',
- 'last_name': 'Oteron',
- 'company': 'Robotron Studios',
- 'address': '101 Computer Street',
- 'city': 'Tucson',
- 'state': 'AZ',
- 'zip': '85704',
- 'country': 'US',
- 'phone_number': '520-123-4567',
- 'fax_number': '520-456-7890',
- },
- })
Add Comment
Please, Sign In to add comment