post https://securepayments.loanpro.io/api/processors/anet/process/
This request allows you to process a payment through ANET.
Click here to learn more about this request
Secure Payments allows users to process card payments with Authorize.net. Note the following when using this request:
An Authorize.net Processor is required for this request. Use the POST
Create an Authorize.net Processor to create one. If an Authorize.net Processor exists, use the GET
all processors endpoint to retrieve the processor ID.
A customer's Payment Profile token is required by this request. Use GET
payment profile information to see this token.
For more information, see our Authorize.Net article.
{
"card": {
"token": "YOUR TOKEN"
},
"transaction": {
"amount": 10.00
},
"metadata": {}
}
Results
Returns the transaction
, and processor
objects after a successfully processed ACHQ payment.