Skip to content

Instantly share code, notes, and snippets.

@jrmaia
Created December 14, 2022 01:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrmaia/24f1756bbd0b5ef644c3bb1f082e61b4 to your computer and use it in GitHub Desktop.
Save jrmaia/24f1756bbd0b5ef644c3bb1f082e61b4 to your computer and use it in GitHub Desktop.
mova-paymee-api
#Cotação
Endpoint: http://34.200.233.189/mova/quotation
Body:
{
"request_info": {
"product_id": 801,
"external_id": "abc26"
},
"financial_info": {
"operation_net_amount": 100,
"installments_number": 2
},
"borrower_info": {
"person_type": "pf",
"cpf_cnpj": "68281379065",
"birth_opening_date": "1990-05-30",
"name": "teste eder PayMee",
"email": "danka7752@uorak.com",
"cell_phone": "35997639137",
"terms_agreement": true,
"address": {
"postal_code": "05400222",
"street": "Rua da Alegria",
"number": "77",
"complement": "casa",
"neighborhood": "Pinheiros",
"city": "São Paulo",
"state": "SP"
}
}
}
#Proposta
Endpoint: http://34.200.233.189/mova/proposal
Body:
{
"request_info": {
"operation_tracking_id": "3d3d0b81-e83b-4691-ac46-47427b2a3994", //vai retornar na cotação
"installments_option_id": "1670938679639880372e8d58.24339682", //vai retornar na cotação
"external_id": "abc26"
},
"borrower_info": {
"person_type": "pf",
"cpf_cnpj": "68281379065",
"birth_opening_date": "1990-05-30",
"name": "teste eder PayMee",
"email": "danka7752@uorak.com",
"cell_phone": "35997639137",
"terms_agreement": true,
"address": {
"postal_code": "05400222",
"street": "Rua da Alegria",
"number": "77",
"complement": "casa",
"neighborhood": "Pinheiros",
"city": "São Paulo",
"state": "SP"
}
}
}
#Assinatura
Endpoint: http://34.200.233.189/mova/signature
Body:
{
"request_info": {
"operation_tracking_id": "3d3d0b81-e83b-4691-ac46-47427b2a3994" //retorna na cotação
},
"sign_info": {
"cpf": "68281379065",
"email": "guilherme.david@mova.vc",
"cell_phone": "11944785147",
"date": "1990-06-25T13:25:00Z",
"city": "Poços de Caldas",
"state": "MG",
"country": "Brasil",
"geolocation": "-2000.00,5000.22",
"device_manufacturer": "Marca",
"device_model": "Phone 13",
"device_os": "iOS",
"device_os_version": "15.5",
"signature_description": "Assinatura via app",
"document_description": "Cédutla de Crédito Bancário",
"terms_content": "Ao avançar, eu declaro assinada, neste ato, a Cédula de Crédito Bancário deste link, considerando preenchidas as condições do crédito apresentadas",
"external_signature_id": "AJ48YH4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment