Payment Intents

Number of APIs: 11

  1. Create a PaymentIntent POST {{baseUrl}}/v1/payment_intents

  2. Verify microdeposits on a PaymentIntent POST {{baseUrl}}/v1/payment_intents/:intent/verify_microdeposits

  3. List all PaymentIntents GET {{baseUrl}}/v1/payment_intents

  4. Search PaymentIntents GET {{baseUrl}}/v1/payment_intents/search?query=<string>

  5. Update a PaymentIntent POST {{baseUrl}}/v1/payment_intents/:intent

  6. Reconcile a customer_balance PaymentIntent POST {{baseUrl}}/v1/payment_intents/:intent/apply_customer_balance

  7. Cancel a PaymentIntent POST {{baseUrl}}/v1/payment_intents/:intent/cancel

  8. Capture a PaymentIntent POST {{baseUrl}}/v1/payment_intents/:intent/capture

  9. Confirm a PaymentIntent POST {{baseUrl}}/v1/payment_intents/:intent/confirm

  10. Increment an authorization POST {{baseUrl}}/v1/payment_intents/:intent/increment_authorization