UNPKG

moip-sdk-node

Version:
23 lines (22 loc) 463 B
module.exports = { 'method': 'CREDIT_CARD', 'creditCard': { 'expirationMonth': '05', 'expirationYear': '22', 'number': '4012001037141112', 'cvc': '123', 'holder': { 'fullname': 'João Silva', 'birthdate': '1990-10-22', 'taxDocument': { 'type': 'CPF', 'number': '22288866644' }, 'phone': { 'countryCode': '55', 'areaCode': '11', 'number': '55552266' } } } }