cancel
Showing results for 
Search instead for 
Did you mean: 

Webhook and custom fields, or alternate methods?

I am switching from SIM (and Silent URL) to Accepted Host (and Webhooks), using the Authorize hosted payment page. I do not want to use a payment form on our own domain, if possible.

 

The Silent URL returned many custom fields about the transaction, but it appears that Webhooks doesn't do this.  The problem discussed here is exactly my problem:  https://community.developer.authorize.net/t5/Integration-and-Testing/quot-Webhook-quot-VS-quot-Silen... But the solution isn't really clear to me. (It was marked 'solved' just based on Brian being available, it seems.)

 

It sounds like I should use the "transRefId" (or is it "refTransId"?) which I set up, to uniquely identify the transaction, store the details locally in my own db, then when I'm notified via Webhooks that the transaction went thru, use the refId field to locate my db record with the details. Is this right?

 

Is there really no way to just get the custom fields from the transaction directly?

I'd appreciate some guidance.  Thanks.

 

dbr11
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

Hi @dbr11

 

Yes , the custom fields passed during the transactions are not persisted  in Authorize.Net systems and therefore cant be returned in the Webhook notifications . The custom fields should be stored on the client side and refID passed in the createTransaction can be used as the lookup key . 

 

You can use the transrefId returned in the  getTransactionDetails API https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-detai... to lookup for them locally then . 

 

Thanks





Send feedback at developer_feedback@authorize.net

View solution in original post

Anurag
Moderator Moderator
Moderator
2 REPLIES 2

Hi @dbr11

 

Yes , the custom fields passed during the transactions are not persisted  in Authorize.Net systems and therefore cant be returned in the Webhook notifications . The custom fields should be stored on the client side and refID passed in the createTransaction can be used as the lookup key . 

 

You can use the transrefId returned in the  getTransactionDetails API https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-detai... to lookup for them locally then . 

 

Thanks





Send feedback at developer_feedback@authorize.net
Anurag
Moderator Moderator
Moderator

I do have the same problem and was able to fix my problem. Thanks for update..

 

Regards,

BestchairsReviews.com

johnbrad
Member