-
Notifications
You must be signed in to change notification settings - Fork 129
Money Requests
Ariel Rey edited this page Oct 31, 2017
·
2 revisions
The methods available for Money Requests are:
- create - Create a Money Request
mercadopago.money_requests.create(payload, configurations, callback);- save - Create a Money Request
mercadopago.money_requests.save(payload, configurations, callback);- get - Get a Money Request
mercadopago.money_requests.get(id, configurations, callback);- findById - Get a Money Request
mercadopago.money_requests.findById(id, configurations, callback);