Description

Creates a payable on given a PAN and expiration date.

General

End Point
https://www.mogl.com/api/v2/payments/direct
HTTP Method POST
Requires SSL true
Requires Acting User true (learn more)
Scope(s) payables

Path Parameters

Path parameters are ALWAYS required.

None

Request Parameters

Parameters are NOT REQUIRED unless noted otherwise.

card.cardNumber required The card PAN to process the payment to.
card.expirationMonth required The card to process the payment to.
card.expirationYear required The card to process the payment to.
amount required The amount of the independent refund.
details required Any notes to associate with the payment.

Response Fields

payable A payable object. See payable details

Try It Now

Endpoint
Client Id
(required)
Access Token
(required)
User Token
*(see below -- client_credentials only)
card.cardNumber
(required)
card.expirationMonth
(required)
card.expirationYear
(required)
amount
(required)
details
(required)
*Partners that authenticate with client_credentials should provide a user_token.