Verify billing info
documentedVerify stored billing information with a gateway.
POST /sites/{site_id}/accounts/{account_id}/billing_info/verifyAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://v3.recurly.com/sites/{{$site_id}}/accounts/{{$account_id}}/billing_info/verify" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"account_code": "{{$account_code}}", "gateway_code": "{{$gateway_code}}", "three_d_secure_action_result_token_id": "{{$three_d_secure_action_result_token_id}}"}'